Browse Source

* fixed r4828

git-svn-id: trunk@5207 -
Jonas Maebe 19 năm trước cách đây
mục cha
commit
43ed587de0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;