diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-06-04 05:08:29 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-06-04 05:08:29 +0000 |
commit | ef4268efa7474ba84dc02ffc29030ad6407fedcb (patch) | |
tree | a7e405d939dc014ccb08867eb6a26ebc28c3ad74 /Changelog | |
parent | 832000f7f3e368bb00d02bf4b54cb531affdaf1b (diff) | |
download | busybox-ef4268efa7474ba84dc02ffc29030ad6407fedcb.tar.gz |
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
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |