Patch nwipe.c to fix Debian bug #755473 (thanks Mark Feenstra).

This commit is contained in:
Martijn
2014-10-19 14:38:15 +02:00
parent 167e4787b7
commit e1627b3dc5

View File

@@ -96,10 +96,14 @@ int main( int argc, char** argv )
else
{
argv += nwipe_optind;
argv += nwipe_optind;
argc -= nwipe_optind;
nwipe_enumerated = nwipe_device_get( &c1, argv, argc );
{
exit(1);
}
}