2
0
Эх сурвалжийг харах

* correction of whitespace definition

git-svn-id: trunk@19367 -
Tomas Hajny 14 жил өмнө
parent
commit
fca1ea8757

+ 1 - 1
packages/fcl-process/src/process.pp

@@ -178,7 +178,7 @@ Procedure CommandToList(S : String; List : TStrings);
   Function GetNextWord : String;
 
   Const
-    WhiteSpace = [' ',#8,#10];
+    WhiteSpace = [' ',#9,#10,#13];
     Literals = ['"',''''];
 
   Var