OSDN Git Service

Fix: Backslash escape is not working in TSakuraScriptFountain
[winbottle/winbottle.git] / sakurasuite / SakuraScriptFountain.pas
index d16135e..6724eb3 100644 (file)
@@ -312,6 +312,7 @@ begin
     Exit;
   end else if (FP^ = '\') or (FP^ = '%') then // '\\', '\%'\8c`\8e®\82Ì\83G\83X\83P\81[\83v
   begin
+    Inc(FP);
     SymbolProc;
   end else
   begin