mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-01-29 00:32:37 +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) {
|
switch (next_char) {
|
||||||
// Escape character
|
// Escape character
|
||||||
case L'%':
|
case L'%':
|
||||||
// Skip this character and the next one
|
match_replacement = L'%';
|
||||||
match_pos += 2;
|
break;
|
||||||
continue;
|
|
||||||
|
|
||||||
// Argument replacements
|
// Argument replacements
|
||||||
case L'0':
|
case L'0':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user