X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=src%2Flinker.c;h=6ee0418e0a6aca0390f3ff89ec4e3c0ead4c5b03;hb=d8d68d0bd4c45af6f0dc69b4fc33d37d961aca85;hp=ab9dabe60cf7c380a276b0e8999f953bf3d48082;hpb=8760c1ba6442153afe76bcac742e086f90c59fe8;p=inform.git diff --git a/src/linker.c b/src/linker.c index ab9dabe..6ee0418 100644 --- a/src/linker.c +++ b/src/linker.c @@ -2,7 +2,7 @@ /* "linker" : For compiling and linking modules */ /* */ /* Part of Inform 6.35 */ -/* copyright (c) Graham Nelson 1993 - 2020 */ +/* copyright (c) Graham Nelson 1993 - 2021 */ /* */ /* Inform is free software: you can redistribute it and/or modify */ /* it under the terms of the GNU General Public License as published by */ @@ -645,7 +645,7 @@ of the Inform 6 compiler knows about: it may not link in correctly", filename); filename, module_size/1024); if (linker_trace_level >= 1) printf("%s\n", link_banner); if (transcript_switch) - write_to_transcript_file(link_banner); + write_to_transcript_file(link_banner, STRCTX_INFO); } /* (4) Merge in the dictionary */