summaryrefslogtreecommitdiff
path: root/src/map/tmw.c
diff options
context:
space:
mode:
authorMadCamel <madcamel@gmail.com>2010-02-02 22:08:37 -0500
committerMadCamel <madcamel@gmail.com>2010-02-02 22:08:37 -0500
commit12177093514cfc2cf41282b1cc95974a4c040c42 (patch)
treed05c15e709bee94eaf59cecc65878dee0e765b13 /src/map/tmw.c
parente6fabf4ccdf96658e5952c5a597bb68b0b801741 (diff)
parent809146978c6b85bb00ca2441ef2490441f4a91da (diff)
downloadtmwa-12177093514cfc2cf41282b1cc95974a4c040c42.tar.gz
tmwa-12177093514cfc2cf41282b1cc95974a4c040c42.tar.bz2
tmwa-12177093514cfc2cf41282b1cc95974a4c040c42.tar.xz
tmwa-12177093514cfc2cf41282b1cc95974a4c040c42.zip
Merge branch 'master' of git://gitorious.org/tmw-eathena/mainline
Diffstat (limited to 'src/map/tmw.c')
-rw-r--r--src/map/tmw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/tmw.c b/src/map/tmw.c
index 2849983..3c506c5 100644
--- a/src/map/tmw.c
+++ b/src/map/tmw.c
@@ -146,7 +146,7 @@ void tmw_GmHackMsg (const char *fmt, ...)
va_end (ap);
char outbuf[512 + 5];
- strcat (outbuf, "[GM] ");
+ strcpy (outbuf, "[GM] ");
strcat (outbuf, buf);
intif_wis_message_to_gm (wisp_server_name,