-print + delay

This commit is contained in:
jl777
2019-02-16 10:23:55 -11:00
parent 8b6fe6bec7
commit 2f13dbdf4e
2 changed files with 5 additions and 4 deletions

View File

@@ -252,7 +252,7 @@ int main(int argc, char **argv, char **envp)
if ( argc == 2 && (fp=fopen(argv[1],"rb")) == 0 )
{
seed = atol(argv[1]);
fprintf(stderr,"replay %llu\n",(long long)seed);
//fprintf(stderr,"replay %llu\n",(long long)seed);
return(rogue_replay(seed,50000));
}
else