Pavel fixed a segfault in yes.

-Erik
This commit is contained in:
Eric Andersen
2000-06-02 17:51:39 +00:00
parent 3199bda52e
commit 9c8ffa02f4
3 changed files with 3 additions and 2 deletions

View File

@@ -48,6 +48,7 @@
* Fixed more and ps to have sensible terminal width defaults, thanks
to Pavel Roskin.
* Fixed all fatalError() calls lacking a "\n", thanks to Pavel Roskin.
* Fixed a segfault in yes when no args were given -- Pavel Roskin.
* More doc updates