added function readNfiles
This commit is contained in:
@ -180,7 +180,9 @@ int parser(int len, char *command, queueT *queue, long fd_c, taglia_t* taglia, p
|
||||
if(!token2)
|
||||
goto _parser_cleanup;
|
||||
|
||||
readNFiles(token2, queue, fd_c, taglia);
|
||||
int n = (int) strtol(token2, NULL, 10);
|
||||
|
||||
readNFiles(n, queue, fd_c, taglia);
|
||||
goto _parser_end;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user