vinum_start: Call vinum_read with correct number of parameters.

This commit is contained in:
grog 2003-05-05 08:33:36 +00:00
parent a4f546dd73
commit 30d32d94ea

View File

@ -493,7 +493,7 @@ vinum_start(int argc, char *argv[], char *arg0[])
if (argc == 0) /* start everything */ if (argc == 0) /* start everything */
/* XXX how should we do this right? */ /* 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 */ else { /* start specified objects */
int index; int index;
enum objecttype type; enum objecttype type;