oops. tab...

This commit is contained in:
Wouter van Oijen 2006-07-24 20:30:35 +00:00
parent 4e2e5e8c78
commit f2bb859a6a

View file

@ -41,7 +41,7 @@ sub process {
if ($param[0] ne "") {
$limit = $param[0];
} else {
$limit = 1000000000;
$limit = 1000000000;
}
return int(rand($limit));
}