git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd77e84
)
added random initialization (srand48)
author
kramm
<kramm>
Thu, 18 Oct 2001 20:35:57 +0000
(20:35 +0000)
committer
kramm
<kramm>
Thu, 18 Oct 2001 20:35:57 +0000
(20:35 +0000)
pdf2swf/pdf2swf.cc
patch
|
blob
|
history
diff --git
a/pdf2swf/pdf2swf.cc
b/pdf2swf/pdf2swf.cc
index
0d81796
..
d031085
100644
(file)
--- a/
pdf2swf/pdf2swf.cc
+++ b/
pdf2swf/pdf2swf.cc
@@
-202,6
+202,7
@@
char is_in_range(int t, char*irange)
int main(int argn, char *argv[])
{
+ srand48(time(0));
processargs(argn, argv);
initLog(0,-1,0,0,-1,loglevel);