From 174ade9a45988abf053cf45f30775fc6a76e706e Mon Sep 17 00:00:00 2001 From: zephyrus Date: Fri, 14 Aug 2009 14:03:53 +0000 Subject: - Fixes and optimization to instancing. Thanks to Saithis git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14006 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/common/mapindex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common') diff --git a/src/common/mapindex.c b/src/common/mapindex.c index 01843c936..ca2ff4751 100644 --- a/src/common/mapindex.c +++ b/src/common/mapindex.c @@ -58,7 +58,7 @@ const char* mapindex_getmapname_ext(const char* string, char* output) len = safestrnlen(buf, MAP_NAME_LENGTH); if (len == MAP_NAME_LENGTH) { - ShowWarning("(mapindex_normalize_name) Map name '%*s' is too long!", 2*MAP_NAME_LENGTH, buf); + ShowWarning("(mapindex_normalize_name) Map name '%*s' is too long!\n", 2*MAP_NAME_LENGTH, buf); len--; } strncpy(dest, buf, len+1); -- cgit v1.2.3-60-g2f50