projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9606a83
)
tools/trasher: Don't mix srand/rand and srandom/random interface.
author
Matthieu Castet
<castet.matthieu@free.fr>
Sun, 13 Jul 2008 21:44:00 +0000
(21:44 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Sun, 13 Jul 2008 21:44:00 +0000
(21:44 +0000)
patch by matthieu castet, castet.matthieu free fr
Originally committed as revision 14222 to svn://svn.ffmpeg.org/ffmpeg/trunk
tools/trasher.c
patch
|
blob
|
history
diff --git
a/tools/trasher.c
b/tools/trasher.c
index
9e1961f
..
baf1bc3
100644
(file)
--- a/
tools/trasher.c
+++ b/
tools/trasher.c
@@
-41,7
+41,7
@@
int main(int argc, char** argv)
count= atoi(argv[2]);
maxburst= atoi(argv[3]);
- srand (time (0));
+ srand
om
(time (0));
fseek(f, 0, SEEK_END);
length= ftell(f);