Updating compiler to commit dabfa73 from upstream dated Oct 1 2016. These changes...
[inform.git] / tables.c
index 88f220bf56284e5af2dd687b039b71d36a731eee..7a18dbdc33f79066464c4819b4d0b2f2f107ef59 100644 (file)
--- a/tables.c
+++ b/tables.c
@@ -953,7 +953,7 @@ or less.");
         {   printf("In:\
 %3d source code files            %6d syntactic lines\n\
 %6d textual lines              %8ld characters ",
-            input_file, no_syntax_lines,
+            total_input_files, no_syntax_lines,
             total_source_line_count, (long int) total_chars_read);
             if (character_set_unicode) printf("(UTF-8)\n");
             else if (character_set_setting == 0) printf("(plain ASCII)\n");
@@ -1631,7 +1631,7 @@ table format requested (producing number 2 format instead)");
         {   printf("In:\
 %3d source code files            %6d syntactic lines\n\
 %6d textual lines              %8ld characters ",
-            input_file, no_syntax_lines,
+            total_input_files, no_syntax_lines,
             total_source_line_count, (long int) total_chars_read);
             if (character_set_unicode) printf("(UTF-8)\n");
             else if (character_set_setting == 0) printf("(plain ASCII)\n");