A few minor updates. ;-)
Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik
This commit is contained in:
@ -31,7 +31,7 @@ extern int fdflush_main(int argc, char **argv)
|
||||
{
|
||||
int value;
|
||||
int fd;
|
||||
if ( **(argv+1) == '-' ) {
|
||||
if ( argc <= 1 || **(argv++) == '-' ) {
|
||||
usage( "fdflush device\n");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user