This commit is contained in:
jl777
2019-03-26 06:39:26 -11:00
parent 81170c2e29
commit b4a06f0cbc
2 changed files with 3 additions and 1 deletions

View File

@@ -914,7 +914,7 @@ gamesevent *games_keystrokesload(int32_t *numkeysp,uint64_t seed,int32_t counter
fclose(fp);
num += (int32_t)(fsize / sizeof(gamesevent));
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);
break;
}
*numkeysp = num;