Add files via upload
This commit is contained in:
parent
79298ef3fa
commit
a678c57e0b
2 changed files with 2 additions and 3 deletions
3
c/cr.c
3
c/cr.c
|
@ -91,8 +91,7 @@ int main(int argc, char **argv)
|
|||
}
|
||||
fclose(shardfile);
|
||||
}else{
|
||||
printf("\n'shards' file is missing. Create the file and indicate the number of available shards you are using or set it to 0 if you aren't. The default is 4.\n\n");
|
||||
exit(0);
|
||||
printf("\nWarning: 'shards' file is missing. Create the file and indicate the number of available shards you are using or set it to 0 if you aren't.\n\n");
|
||||
}
|
||||
if(nShards > 0){
|
||||
srand(time(NULL));
|
||||
|
|
2
c/shards
2
c/shards
|
@ -1 +1 @@
|
|||
4
|
||||
0
|
||||
|
|
Loading…
Reference in a new issue