summaryrefslogtreecommitdiffstats
path: root/mbbsd/cal.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/cal.c')
-rw-r--r--mbbsd/cal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/cal.c b/mbbsd/cal.c
index 1e58d53f..78011f5f 100644
--- a/mbbsd/cal.c
+++ b/mbbsd/cal.c
@@ -60,7 +60,7 @@ int
vice(int money, char *item)
{
char buf[128];
- unsigned int viceserial = (currutmp->lastact % 10000) * 10000 + rand() % 10000;
+ unsigned int viceserial = (currutmp->lastact % 10000) * 10000 + random() % 10000;
demoney(-money);
if(money>=100)