OSDN Git Service

Fix: SsParser properties are not well handled
authornaru <bottle@mikage.to>
Sun, 20 Apr 2003 17:05:59 +0000 (17:05 +0000)
committernaru <bottle@mikage.to>
Sun, 20 Apr 2003 17:05:59 +0000 (17:05 +0000)
bottleclient/MainForm.pas

index 3b2ce61..2c64248 100755 (executable)
@@ -1139,6 +1139,8 @@ begin
   UnyuTalking := false;
   QuickSection := false;
   Synchronize := false;
+  SsParser.LeaveEscape := true;
+  SsParser.EscapeInvalidMeta := false;
   SsParser.InputString := Script;
   Script := '';
   Warnings := TStringList.Create;