summaryrefslogtreecommitdiffstats
path: root/mbbsd/talk.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/talk.c')
-rw-r--r--mbbsd/talk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/talk.c b/mbbsd/talk.c
index 8b1ee687..3e078ef4 100644
--- a/mbbsd/talk.c
+++ b/mbbsd/talk.c
@@ -1,4 +1,4 @@
-/* $Id: talk.c,v 1.66 2002/06/05 02:24:25 ptt Exp $ */
+/* $Id: talk.c,v 1.67 2002/06/05 02:42:29 ptt Exp $ */
#include "bbs.h"
#define QCAST int (*)(const void *, const void *)
@@ -1469,7 +1469,7 @@ int pickup_maxpages(int pickupway, int nfriends)
else
number = utmpshm->number+
(pickupway == 0 ? nfriends : 0);
- return (number-1) / MAXPICKUP;
+ return (number-1) / MAXPICKUP +1;
}
static int pickup_myfriend(pickup_t *friends,