浏览代码

* compilation error fixed

florian 21 年之前
父节点
当前提交
0c1fbaeae4
共有 1 个文件被更改,包括 6 次插入3 次删除
  1. 6 3
      rtl/unix/sysutils.pp

+ 6 - 3
rtl/unix/sysutils.pp

@@ -499,7 +499,7 @@ Begin
   else
   else
    if pid=-1 then         {Fork failed}
    if pid=-1 then         {Fork failed}
     begin
     begin
-      e:=EOSError.CreateFmt('Failed to execute %s : %d',[CommandLine,-1]);
+      e:=EOSError.CreateFmt('Failed to execute %s : %d',[ComLine,-1]);
       e.ErrorCode:=-1;
       e.ErrorCode:=-1;
       raise e;
       raise e;
     end;
     end;
@@ -511,7 +511,7 @@ Begin
     result:=0
     result:=0
   else
   else
     begin
     begin
-      e:=EOSError.CreateFmt('Failed to execute %s : %d',[CommandLine,result]);
+      e:=EOSError.CreateFmt('Failed to execute %s : %d',[ComLine,result]);
       e.ErrorCode:=result;
       e.ErrorCode:=result;
       raise e;
       raise e;
     end;
     end;
@@ -531,7 +531,10 @@ end.
 {
 {
 
 
   $Log$
   $Log$
-  Revision 1.28  2004-01-05 22:37:15  florian
+  Revision 1.29  2004-01-05 22:42:35  florian
+    * compilation error fixed
+
+  Revision 1.28  2004/01/05 22:37:15  florian
     * changed sysutils.exec to ExecuteProcess
     * changed sysutils.exec to ExecuteProcess
 
 
   Revision 1.27  2004/01/03 09:09:11  marco
   Revision 1.27  2004/01/03 09:09:11  marco