summaryrefslogtreecommitdiffstats
path: root/mbbsd/lovepaper.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/lovepaper.c')
-rw-r--r--mbbsd/lovepaper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/lovepaper.c b/mbbsd/lovepaper.c
index b93fefbd..b7d4c143 100644
--- a/mbbsd/lovepaper.c
+++ b/mbbsd/lovepaper.c
@@ -60,7 +60,7 @@ x_love()
case '8':
case '9':
sscanf(buf1, "%d", &x);
- y = (rand() % (x - 1)) * tline;
+ y = (random() % (x - 1)) * tline;
break;
default:
if (!poem) {