This commit is contained in:
jl777
2019-03-06 00:16:30 -11:00
parent 8e89c783d4
commit dbb33e6949
5 changed files with 81 additions and 45 deletions

View File

@@ -286,7 +286,7 @@ char *rogue_keystrokesload(int32_t *numkeysp,uint64_t seed,int32_t counter)
fclose(fp);
num += fsize;
counter++;
fprintf(stderr,"loaded %ld from (%s) total %d\n",fsize,fname,num);
//fprintf(stderr,"loaded %ld from (%s) total %d\n",fsize,fname,num);
}
*numkeysp = num;
return(keystrokes);