diff options
author | Haru <haru@dotalux.com> | 2016-01-01 05:52:36 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-06-25 17:29:43 +0200 |
commit | d9fade08f4faf1f70671bdf02f124af7c5b236bc (patch) | |
tree | 99e5a46b3c4016741f09805965896205e1308562 /src/map/script.h | |
parent | d7db381921c0d6c6b1cdaa4b2083aa1d877046f5 (diff) | |
download | hercules-d9fade08f4faf1f70671bdf02f124af7c5b236bc.tar.gz hercules-d9fade08f4faf1f70671bdf02f124af7c5b236bc.tar.bz2 hercules-d9fade08f4faf1f70671bdf02f124af7c5b236bc.tar.xz hercules-d9fade08f4faf1f70671bdf02f124af7c5b236bc.zip |
Correctly escaped special characters in the generated_translations.pot
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/map/script.h')
-rw-r--r-- | src/map/script.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/script.h b/src/map/script.h index 845d52280..35a6a1bbf 100644 --- a/src/map/script.h +++ b/src/map/script.h @@ -637,7 +637,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; + struct script_string_buf lang_export_escaped_buf; /* */ int parse_cleanup_timer_id; /* */ |