소스 검색

* Initialize firstwaiting, after remark by Pierre

Michaël Van Canneyt 1 년 전
부모
커밋
2e6c3b060d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      compiler/fmodule.pas

+ 1 - 0
compiler/fmodule.pas

@@ -1072,6 +1072,7 @@ implementation
     function tmodule.nowaitingforunits(out firstwaiting : tmodule): Boolean;
 
       begin
+        firstwaiting:=nil;
         Result:=waitingforunit.count=0;
         If not Result then
           firstwaiting:=tmodule(waitingforunit[0]);