mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 05:29:34 +02:00
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:
parent
32e399159f
commit
378dd7d6ab
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user