fix args to should (David Swasey)

This commit is contained in:
rsc 2007-03-25 17:36:43 +00:00
parent b109049fbd
commit 6d4dda86ee

View file

@ -109,6 +109,8 @@ threadmain(int argc, char *argv[])
usage(); usage();
file = argv[0]; file = argv[0];
argc--;
argv++;
part = initpart(file, ORDWR|ODIRECT); part = initpart(file, ORDWR|ODIRECT);
if(part == nil) if(part == nil)