From ef5a28366c36568656f45b3e270dc99747c1ae74 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Sun, 15 Mar 2015 20:17:48 -0300 Subject: Follow up 330e31cc71ece055908acb1eb967b4009ebc9c46 Fixed an issue caused by unescaped characters being written and read out of the .pot unproperly. This commit also causes map server to print the file it wrote to when terminating Signed-off-by: shennetsind --- src/map/npc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/npc.c') diff --git a/src/map/npc.c b/src/map/npc.c index 16789b726..996cd4fda 100644 --- a/src/map/npc.c +++ b/src/map/npc.c @@ -4624,6 +4624,7 @@ int do_init_npc(bool minimal) { } if( script->lang_export_fp ) { + ShowInfo("Lang exported to '%s'\n",script->lang_export_file); fclose(script->lang_export_fp); script->lang_export_fp = NULL; } -- cgit v1.2.3-60-g2f50