diff options
Diffstat (limited to 'function.c')
-rw-r--r-- | function.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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__ |