diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-06-26 15:48:47 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-06-26 15:48:47 +0800 |
commit | b2865fc0fd368f7fe13294ced816406d860476c8 (patch) | |
tree | d59f499c3cfdb6ddcb6a10f4d5d3627994e83b3c | |
parent | 4bd12721b47205248416f5120be02d89268c6e08 (diff) | |
download | pttbbs-b2865fc0fd368f7fe13294ced816406d860476c8.tar pttbbs-b2865fc0fd368f7fe13294ced816406d860476c8.tar.gz pttbbs-b2865fc0fd368f7fe13294ced816406d860476c8.tar.bz2 pttbbs-b2865fc0fd368f7fe13294ced816406d860476c8.tar.lz pttbbs-b2865fc0fd368f7fe13294ced816406d860476c8.tar.xz pttbbs-b2865fc0fd368f7fe13294ced816406d860476c8.tar.zst pttbbs-b2865fc0fd368f7fe13294ced816406d860476c8.zip |
setproctitle("open ticket");
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk@356 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | pttbbs/mbbsd/gamble.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pttbbs/mbbsd/gamble.c b/pttbbs/mbbsd/gamble.c index 3d8ae234..839dbfa5 100644 --- a/pttbbs/mbbsd/gamble.c +++ b/pttbbs/mbbsd/gamble.c @@ -1,4 +1,4 @@ -/* $Id: gamble.c,v 1.22 2002/06/23 04:06:17 ptt Exp $ */ +/* $Id: gamble.c,v 1.23 2002/06/26 07:48:47 ptt Exp $ */ #include "bbs.h" #ifndef _BBS_UTIL_C_ @@ -264,6 +264,8 @@ int openticket(int bid) { } close(0); close(1); + setproctitle("open ticket"); + bet -= 1; //Âন¯x°}ªºindex |