summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index a2c24ec99..01306b1bf 100644
--- a/main.c
+++ b/main.c
@@ -243,7 +243,7 @@ int main(int argc, char **argv)
parse_file(filename, &error);
/* don't report errors - this file may not exist, but make
sure we remember this as the filename in use */
- set_filename(filename);
+ set_filename(filename, FALSE);
}
report_dives(imported);