diff options
Diffstat (limited to 'mbbsd/kaede.c')
-rw-r--r-- | mbbsd/kaede.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/kaede.c b/mbbsd/kaede.c index 42730c1f..a5008b10 100644 --- a/mbbsd/kaede.c +++ b/mbbsd/kaede.c @@ -48,8 +48,8 @@ Ptt_prints(char *str, int mode) w += snprintf(&strbuf[w], sizeof(strbuf) - w, "%d", cuser.money); break; + /* It's saver not to send these undefined escape string. default: - /* It's saver not to send these undefined escape string. strbuf[w++] = '\033'; strbuf[w++] = '*'; strbuf[w++] = str[r]; |