diff --git a/src/bin/exactness.c b/src/bin/exactness.c index da4c36f..2e60eab 100644 --- a/src/bin/exactness.c +++ b/src/bin/exactness.c @@ -196,7 +196,7 @@ main(int argc, char *argv[]) /* Generate the filename. */ snprintf(report_filename, EXACTNESS_PATH_MAX, "%s/%s/errors.html", - exactness_config.dest_dir, CURRENT_SUBDIR); + exactness_config.dest_dir, mode_init ? ORIG_SUBDIR : CURRENT_SUBDIR); report_file = fopen(report_filename, "w+"); if (report_file) {