Browse Source

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 -

svenbarth 13 years ago
parent
commit
378dd7d6ab
1 changed files with 3 additions and 1 deletions
  1. 3 1
      compiler/fppu.pas

+ 3 - 1
compiler/fppu.pas

@@ -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;