diff options
author | Fate <fate-tmw@googlemail.com> | 2009-05-14 02:24:49 +0000 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2009-05-14 02:24:49 +0000 |
commit | f5f588157c209bc90f7c9f14ec4ed1403fdd1ee7 (patch) | |
tree | 0f2717916a49ae9e0d24ba041482f15c5118a727 /src/map/tmw.c | |
parent | 92c1c98824efb789709d70ee8d6d5ed6e49b47a3 (diff) | |
parent | 94a8a08118ecd9e358d794d430945ada248d0959 (diff) | |
download | tmwa-f5f588157c209bc90f7c9f14ec4ed1403fdd1ee7.tar.gz tmwa-f5f588157c209bc90f7c9f14ec4ed1403fdd1ee7.tar.bz2 tmwa-f5f588157c209bc90f7c9f14ec4ed1403fdd1ee7.tar.xz tmwa-f5f588157c209bc90f7c9f14ec4ed1403fdd1ee7.zip |
Merge branch 'master' of git@gitorious.org:tmw-eathena/mainline
Diffstat (limited to 'src/map/tmw.c')
-rw-r--r-- | src/map/tmw.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/tmw.c b/src/map/tmw.c index 6a2df32..ba02189 100644 --- a/src/map/tmw.c +++ b/src/map/tmw.c @@ -106,8 +106,6 @@ void tmw_GmHackMsg(const char *fmt, ...) { char buf[512]; va_list ap; - buf[512] = 0; - va_start(ap, fmt); vsnprintf(buf, 511, fmt, ap); va_end(ap); |