summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pttbbs/mbbsd/syspost.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pttbbs/mbbsd/syspost.c b/pttbbs/mbbsd/syspost.c
index a1dfec38..181e26fb 100644
--- a/pttbbs/mbbsd/syspost.c
+++ b/pttbbs/mbbsd/syspost.c
@@ -98,7 +98,7 @@ post_violatelaw(const char *crime, const char *police, const char *reason, const
char msg[ANSILINELEN];
snprintf(title, sizeof(title), "[³ø§i] %s:%-*s §P¨M", crime,
- (int)(37 - strlen(reason) - strlen(crime)), reason);
+ (int)(30 - strlen(crime)), reason);
snprintf(msg, sizeof(msg),
ANSI_COLOR(1;32) "%s" ANSI_RESET "§P¨M¡G\n"