mirror of
https://github.com/martijnvanbrummelen/nwipe.git
synced 2026-02-20 05:32:14 +00:00
Patch nwipe.c to fix Debian bug #755473 (thanks Mark Feenstra).
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user