From 64d073d82f1f7e56249a6e20640df55d1c957817 Mon Sep 17 00:00:00 2001 From: ptt Date: Tue, 6 Apr 2004 16:52:47 +0000 Subject: remove unsigned int for money git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1711 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/edit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mbbsd/edit.c') diff --git a/mbbsd/edit.c b/mbbsd/edit.c index 6b30ea4e..1f13f64a 100644 --- a/mbbsd/edit.c +++ b/mbbsd/edit.c @@ -1625,7 +1625,7 @@ vedit(char *fpath, int saveheader, int *islocal) int last_margin; int mode0 = currutmp->mode; int destuid0 = currutmp->destuid; - unsigned int money = 0; + int money = 0; int interval = 0; time_t th = now; -- cgit v1.2.3