Enable keystrokes test

This commit is contained in:
jl777
2019-03-06 04:00:29 -11:00
parent 3a62d2b5dc
commit 61de656472
2 changed files with 10 additions and 5 deletions

View File

@@ -267,7 +267,7 @@ char *rogue_keystrokesload(int32_t *numkeysp,uint64_t seed,int32_t counter)
if ( (fsize= get_filesize(fp)) <= 0 )
{
fclose(fp);
printf("fsize.%ld\n",fsize);
//printf("fsize.%ld\n",fsize);
break;
}
if ( (keystrokes= (char *)realloc(keystrokes,num+fsize)) == 0 )