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:
f0cb505
)
Remove unused variable i.
author
Diego Biurrun
<diego@biurrun.de>
Tue, 8 Jan 2008 22:57:03 +0000
(22:57 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Tue, 8 Jan 2008 22:57:03 +0000
(22:57 +0000)
Originally committed as revision 11474 to svn://svn.ffmpeg.org/ffmpeg/trunk
tools/trasher.c
patch
|
blob
|
history
diff --git
a/tools/trasher.c
b/tools/trasher.c
index a9d27736db1cd173d6fb0eee02614d2578af018c..cc9f368fb49376ade9336efe618db730afd5efc7 100644
(file)
--- a/
tools/trasher.c
+++ b/
tools/trasher.c
@@
-9,7
+9,7
@@
int main(int argc, char** argv)
FILE *f= fopen(argv[1], "rb+");
int count= atoi(argv[2]);
int maxburst= atoi(argv[3]);
- int length
, i
;
+ int length;
srand (time (0));