mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-01-16 16:21:02 +00:00
Treat escape sequences like other replacements
This commit is contained in:
parent
c0ad9639c4
commit
78ed91af5c
@ -722,9 +722,8 @@ namespace platf {
|
||||
switch (next_char) {
|
||||
// Escape character
|
||||
case L'%':
|
||||
// Skip this character and the next one
|
||||
match_pos += 2;
|
||||
continue;
|
||||
match_replacement = L'%';
|
||||
break;
|
||||
|
||||
// Argument replacements
|
||||
case L'0':
|
||||
|
Loading…
Reference in New Issue
Block a user