vinum_start: Call vinum_read with correct number of parameters.
This commit is contained in:
parent
a4f546dd73
commit
30d32d94ea
@ -493,7 +493,7 @@ vinum_start(int argc, char *argv[], char *arg0[])
|
||||
|
||||
if (argc == 0) /* start everything */
|
||||
/* XXX how should we do this right? */
|
||||
vinum_read(1, NULL, NULL); /* that's what vinum_read does now */
|
||||
vinum_read(0, NULL, NULL); /* that's what vinum_read does now */
|
||||
else { /* start specified objects */
|
||||
int index;
|
||||
enum objecttype type;
|
||||
|
Loading…
Reference in New Issue
Block a user