Parcourir la source

* fixed r4828

git-svn-id: trunk@5207 -
Jonas Maebe il y a 19 ans
Parent
commit
43ed587de0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      rtl/linux/system.pp

+ 1 - 1
rtl/linux/system.pp

@@ -130,7 +130,7 @@ var
   end;
 
 begin
-  if i>=argc then
+  if argc<=0 then
     exit;
   GetMem(buf,ARG_MAX);
   size:=0;