summaryrefslogtreecommitdiffstats
path: root/mbbsd/gamble.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/gamble.c')
-rw-r--r--mbbsd/gamble.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/gamble.c b/mbbsd/gamble.c
index 2f3e2dd7..b7fe8d5a 100644
--- a/mbbsd/gamble.c
+++ b/mbbsd/gamble.c
@@ -140,7 +140,7 @@ ticket(int bid)
{
int ch, end = 0;
int n, price, count; /* 購買張數、單價、選項數 */
- char path[128], fn_ticket[128];
+ char path[128], fn_ticket[PATHLEN];
char betname[MAX_ITEM][MAX_ITEM_LEN];
boardheader_t *bh = NULL;