blob: 1d64d80e574c3c7b995b2a66d7b9448b5122c5a4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- until/V1.2/cnf_stuff.c.orig Mon Feb 5 21:12:59 1996
+++ until/V1.2/cnf_stuff.c Mon Feb 5 21:08:08 1996
@@ -147,7 +147,7 @@
Local char *getPlainWord(cnfBuf *cb)
{
/* return the next word */
- char s[256];
+ static char s[256];
long p;
skip_blanks(cb);
|