* Various bug fixes.

* New Galician translation.
This commit is contained in:
Paul Smith
2000-10-05 16:27:06 +00:00
parent 50ba270762
commit d5a04ee984
7 changed files with 1957 additions and 21 deletions

View File

@@ -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__