[svn-r13805]
Early detection of no arguments, print usage and exit Tested: linux
This commit is contained in:
@@ -50,7 +50,6 @@ void parse_input(int argc,
|
||||
|
||||
if ( argc<3 )
|
||||
{
|
||||
printf("Number of arguments is only %d\n", argc );
|
||||
usage();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user