summaryrefslogtreecommitdiff
path: root/usr.bin/m4/misc.c
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>1999-09-09 22:18:20 +0000
committerMarc Espie <espie@cvs.openbsd.org>1999-09-09 22:18:20 +0000
commit52c93a68b24c7cb2a17619d0503f43b1be580446 (patch)
treee8dffc4bbe7ea2c73720e569c3b4e164d35f6660 /usr.bin/m4/misc.c
parentca5d0e6e8092844ca6704d9cf54fec39e1ad8aee (diff)
Bug-fix: thinko
Diffstat (limited to 'usr.bin/m4/misc.c')
-rw-r--r--usr.bin/m4/misc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/m4/misc.c b/usr.bin/m4/misc.c
index 07e15a89f07..b130293d6b2 100644
--- a/usr.bin/m4/misc.c
+++ b/usr.bin/m4/misc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: misc.c,v 1.9 1999/09/06 13:29:32 espie Exp $ */
+/* $OpenBSD: misc.c,v 1.10 1999/09/09 22:18:19 espie Exp $ */
/* $NetBSD: misc.c,v 1.6 1995/09/28 05:37:41 tls Exp $ */
/*
@@ -41,7 +41,7 @@
#if 0
static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 6/6/93";
#else
-static char rcsid[] = "$OpenBSD: misc.c,v 1.9 1999/09/06 13:29:32 espie Exp $";
+static char rcsid[] = "$OpenBSD: misc.c,v 1.10 1999/09/09 22:18:19 espie Exp $";
#endif
#endif /* not lint */
@@ -197,7 +197,7 @@ void enlarge_bufspace()
bp = (bp-buf)+newbuf;
bufbase = (bufbase-buf)+newbuf;
buf = newbuf;
- endpbb = buf+strsize;
+ endpbb = buf+bufsize;
}
/*