summaryrefslogtreecommitdiff
path: root/tools/trasher.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/trasher.c')
-rw-r--r--tools/trasher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/trasher.c b/tools/trasher.c
index 9e1961f857..baf1bc3f60 100644
--- 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));
+ srandom (time (0));
fseek(f, 0, SEEK_END);
length= ftell(f);