mirror of
https://github.com/cc65/cc65.git
synced 2025-08-14 14:26:27 +00:00
@@ -196,7 +196,7 @@ static void StrVal (void)
|
|||||||
|
|
||||||
default:
|
default:
|
||||||
CfgWarning (&CfgErrorPos,
|
CfgWarning (&CfgErrorPos,
|
||||||
"Unkown escape sequence '%%%c'", C);
|
"Unknown escape sequence '%%%c'", C);
|
||||||
SB_AppendChar (&CfgSVal, '%');
|
SB_AppendChar (&CfgSVal, '%');
|
||||||
SB_AppendChar (&CfgSVal, C);
|
SB_AppendChar (&CfgSVal, C);
|
||||||
NextChar ();
|
NextChar ();
|
||||||
|
Reference in New Issue
Block a user