Browse Source

* correction of whitespace definition

git-svn-id: trunk@19367 -
Tomas Hajny 14 years ago
parent
commit
fca1ea8757
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-process/src/process.pp

+ 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