mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 20:19:33 +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 }
|
{ the indexing is wrong here PM }
|
||||||
sourcefiles.register_file(hp);
|
sourcefiles.register_file(hp);
|
||||||
end;
|
end;
|
||||||
end;
|
end
|
||||||
|
else
|
||||||
|
temp:=' not available';
|
||||||
if is_main then
|
if is_main then
|
||||||
begin
|
begin
|
||||||
mainsource:=hs;
|
mainsource:=hs;
|
||||||
|
Loading…
Reference in New Issue
Block a user