This patch

- eliminates the need to have a buffer and strcpy to it
- makes freeramdisk complain if it's given more than one argument

Regards,
Pavel Roskin
This commit is contained in:
Eric Andersen
2000-06-04 05:08:29 +00:00
parent 832000f7f3
commit ef4268efa7
3 changed files with 9 additions and 16 deletions

View File

@@ -49,6 +49,7 @@
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.
* Simplified freeramdisk and added argument checking -- Pavel Roskin.
* More doc updates