Sfoglia il codice sorgente

Avoid a warning message

git-svn-id: trunk@5541 -
pierre 18 anni fa
parent
commit
636d1fe8a4
1 ha cambiato i file con 5 aggiunte e 1 eliminazioni
  1. 5 1
      ide/fptools.pas

+ 5 - 1
ide/fptools.pas

@@ -1332,7 +1332,11 @@ begin
   OK:=(S<>nil) and (S^.Status=stOK);
   if OK then S^.Read(Sign,SizeOf(Sign));
   OK:=OK and (Sign=MsgFilterSign);
-  Done:=false; InFileName:=false; InReference:=false;
+  Done:=false;
+  InFileName:=false;
+  InReference:=false;
+  FileName:='';
+  Line:='';
   while OK and (Done=false) do
     begin
       S^.Read(C,SizeOf(C));