From 378dd7d6ab5592e21d03c685d58b4c2f0ec9a56f Mon Sep 17 00:00:00 2001 From: svenbarth Date: Fri, 29 Jun 2012 06:36:26 +0000 Subject: [PATCH] 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 - --- compiler/fppu.pas | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/compiler/fppu.pas b/compiler/fppu.pas index d97f172d40..fb16cc2bfe 100644 --- a/compiler/fppu.pas +++ b/compiler/fppu.pas @@ -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;