Amend edca2e0: copy && paste error

This commit is contained in:
Kornel Benko 2018-10-13 22:22:48 +02:00
parent edca2e0c4a
commit 1967d5411c

View File

@ -1522,7 +1522,7 @@ static string correctlanguagesetting(string par, bool from_regex, bool withforma
parlen--;
}
string result = removefontinfo(par.substr(0, parlen));
LYXERR(Debug::FIND, "input: \"" << result, << "\n");
LYXERR(Debug::FIND, "input: \"" << result << "\"");
result = splitForColors(result);
LYXERR(Debug::FIND, "After split: \"" << result << "\"");
bool handle_colors = false;