fppu.pas, tppumodule.readsourcefiles:

set "temp" string to a useful value if "sources_avail" is "false" as otherwise
  garbage is printed if "-vu" is given

git-svn-id: trunk@21733 -
This commit is contained in:
svenbarth 2012-06-29 06:36:26 +00:00
parent 32e399159f
commit 378dd7d6ab

View File

@ -795,7 +795,9 @@ var
{ the indexing is wrong here PM }
sourcefiles.register_file(hp);
end;
end;
end
else
temp:=' not available';
if is_main then
begin
mainsource:=hs;