diff --git a/common.cpp b/common.cpp index f221b3ca2..3fce76d66 100644 --- a/common.cpp +++ b/common.cpp @@ -1594,6 +1594,7 @@ static bool unescape_string_internal(const wchar_t * const input, const size_t i { /* Swallow newline */ to_append = NOT_A_WCHAR; + input_position += 1; /* Skip over the backslash */ break; }