OSDN Git Service

Ignore blank line and whitespaces
authornaru <bottle@mikage.to>
Sat, 30 Aug 2003 00:03:45 +0000 (00:03 +0000)
committernaru <bottle@mikage.to>
Sat, 30 Aug 2003 00:03:45 +0000 (00:03 +0000)
bottleclient/BottleChainRule.pas

index 8cffa0f..a2b5fba 100755 (executable)
@@ -1642,7 +1642,7 @@ begin
         Line := Strs[i];
         if Line = '' then
           Continue;
-        Line := StringReplace(Trim(Line), ' ', '', [rgReplaceAll]);
+        Line := StringReplace(Trim(Line), ' ', '', [rfReplaceAll]);
         P := 1;
         Item := New.Add as TSurfaceReplaceItem;
         while true do