diff --git a/usr.bin/nl/nl.c b/usr.bin/nl/nl.c index 9becbff64230..ed44bd78ac3d 100644 --- a/usr.bin/nl/nl.c +++ b/usr.bin/nl/nl.c @@ -1,4 +1,4 @@ -/* $NetBSD: nl.c,v 1.3 1999/04/23 14:43:05 kleink Exp $ */ +/* $NetBSD: nl.c,v 1.4 1999/09/06 09:37:29 kleink Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -41,7 +41,7 @@ __COPYRIGHT( "@(#) Copyright (c) 1999\ The NetBSD Foundation, Inc. All rights reserved."); -__RCSID("$NetBSD: nl.c,v 1.3 1999/04/23 14:43:05 kleink Exp $"); +__RCSID("$NetBSD: nl.c,v 1.4 1999/09/06 09:37:29 kleink Exp $"); #endif #include @@ -390,7 +390,7 @@ parse_numbering(argstr, section) int section; { int error; - char errorbuf[LINE_MAX]; /* should be sufficient in any case */ + char errorbuf[NL_MAX]; switch (argstr[0]) { case 'a':