projects
/
libav.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
patcheck: Replace non-POSIX echo -e with printf.
[libav.git]
/
tools
/
trasher.c
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);