Explorar o código

* fixed r4828

git-svn-id: trunk@5207 -
Jonas Maebe %!s(int64=19) %!d(string=hai) anos
pai
achega
43ed587de0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;