summaryrefslogtreecommitdiffstats
path: root/mbbsd/mbbsd.c
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-07 00:52:47 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-07 00:52:47 +0800
commit64d073d82f1f7e56249a6e20640df55d1c957817 (patch)
tree731ca9113d8effc0161d7f28fde8e8d01b70abbb /mbbsd/mbbsd.c
parent66e4d5470f13b816489cea8ec22a7690184b0ae2 (diff)
downloadpttbbs-64d073d82f1f7e56249a6e20640df55d1c957817.tar
pttbbs-64d073d82f1f7e56249a6e20640df55d1c957817.tar.gz
pttbbs-64d073d82f1f7e56249a6e20640df55d1c957817.tar.bz2
pttbbs-64d073d82f1f7e56249a6e20640df55d1c957817.tar.lz
pttbbs-64d073d82f1f7e56249a6e20640df55d1c957817.tar.xz
pttbbs-64d073d82f1f7e56249a6e20640df55d1c957817.tar.zst
pttbbs-64d073d82f1f7e56249a6e20640df55d1c957817.zip
remove unsigned int for money
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1711 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/mbbsd.c')
-rw-r--r--mbbsd/mbbsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c
index 64795836..3ef7f0da 100644
--- a/mbbsd/mbbsd.c
+++ b/mbbsd/mbbsd.c
@@ -199,7 +199,7 @@ void
abort_bbs(int sig)
{
if (currmode)
- u_exit("AXXED");
+ u_exit("ABORTED");
exit(0);
}