소스 검색

* fixed r4828

git-svn-id: trunk@5207 -
Jonas Maebe 19 년 전
부모
커밋
43ed587de0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;