summaryrefslogtreecommitdiff
path: root/src/map/script.h
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2015-03-15 20:17:48 -0300
committershennetsind <ind@henn.et>2015-03-15 20:17:48 -0300
commitef5a28366c36568656f45b3e270dc99747c1ae74 (patch)
treec45e7adf1d8eb7a9eb87e1783033ccca07bb6719 /src/map/script.h
parentfb5b5c9e6ed9a98f2ab1f388c5a5bc1d398e1ebe (diff)
downloadhercules-ef5a28366c36568656f45b3e270dc99747c1ae74.tar.gz
hercules-ef5a28366c36568656f45b3e270dc99747c1ae74.tar.bz2
hercules-ef5a28366c36568656f45b3e270dc99747c1ae74.tar.xz
hercules-ef5a28366c36568656f45b3e270dc99747c1ae74.zip
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 <ind@henn.et>
Diffstat (limited to 'src/map/script.h')
-rw-r--r--src/map/script.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/script.h b/src/map/script.h
index 51bdf23b5..25c4283ca 100644
--- a/src/map/script.h
+++ b/src/map/script.h
@@ -605,6 +605,7 @@ struct script_interface {
/* */
struct script_string_buf parse_simpleexpr_str;
struct script_string_buf lang_export_line_buf;
+ struct script_string_buf lang_export_unescaped_buf;
/* */
int parse_cleanup_timer_id;
/* */