Commit a714b117 authored by diego's avatar diego

tools/trasher: Don't mix srand/rand and srandom/random interface.

patch by matthieu castet, castet.matthieu free fr


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14222 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 414d9098
......@@ -41,7 +41,7 @@ int main(int argc, char** argv)
count= atoi(argv[2]);
maxburst= atoi(argv[3]);
srand (time (0));
srandom (time (0));
fseek(f, 0, SEEK_END);
length= ftell(f);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment