mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
12 lines
272 B
Plaintext
12 lines
272 B
Plaintext
|
--- 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);
|