From bb0baafe07dbc3bd40b6c82ae7364036125bc337 Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 5 Feb 1996 21:29:55 +0000 Subject: cnf_stuff.c:169: warning: function returns address of local variable --- cad/chipmunk/files/patch-ab | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 cad/chipmunk/files/patch-ab (limited to 'cad/chipmunk') diff --git a/cad/chipmunk/files/patch-ab b/cad/chipmunk/files/patch-ab new file mode 100644 index 0000000..1d64d80 --- /dev/null +++ b/cad/chipmunk/files/patch-ab @@ -0,0 +1,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); -- cgit v1.1