summaryrefslogtreecommitdiff
path: root/function.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2000-10-05 16:27:06 +0000
committerPaul Smith <psmith@gnu.org>2000-10-05 16:27:06 +0000
commitd5a04ee9849e300f0e4b751ca7c1d1fd96f312a1 (patch)
tree7fc158cd2ce0d93f354c793dc09d9938de41614c /function.c
parent50ba270762ae63aa2f31934e4e41a84374b9bc6a (diff)
downloadgunmake-d5a04ee9849e300f0e4b751ca7c1d1fd96f312a1.tar.gz
* Various bug fixes.
* New Galician translation.
Diffstat (limited to 'function.c')
-rw-r--r--function.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/function.c b/function.c
index 8b6895c..012d2e3 100644
--- a/function.c
+++ b/function.c
@@ -1450,6 +1450,7 @@ func_shell (o, argv, funcname)
i += cc;
}
while (cc > 0 || EINTR_SET);
+ buffer[i] = '\0';
/* Close the read side of the pipe. */
#ifdef __MSDOS__