From 0d637c2fa915d13af8e00d5f236d3f111101c6e3 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 15 Sep 2012 18:05:43 -0700 Subject: [PATCH] Show the datafile name even with no dives That's especially useful if starting without a filename and without an existing default file - this way it's clear that Subsurface still considers itself synced with the default file. Signed-off-by: Dirk Hohndel --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 46e22041d..d66972cdc 100644 --- a/main.c +++ b/main.c @@ -246,7 +246,7 @@ int main(int argc, char **argv) set_filename(filename, FALSE); } report_dives(imported); - + show_dive_info(NULL); run_ui(); exit_ui(); return 0;