summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/string_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/string_util.c b/src/string_util.c
index aebbf76c9..fba19ae52 100644
--- a/src/string_util.c
+++ b/src/string_util.c
@@ -575,7 +575,7 @@ u8 *StringCopyN_Multibyte(u8 *dest, u8 *src, u32 n)
{
*dest++ = *src++;
if (*(src - 1) == 0xF9)
- *dest++ = *src++;
+ *dest++ = *src++;
}
}