From 1871ff804558499e85100815dce103d5b31a95ae Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 9 Jan 2022 21:42:55 +0100 Subject: [PATCH] Improve verbose output when writing to the current directory. --- src/lib/kdm_cli.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/kdm_cli.cc b/src/lib/kdm_cli.cc index 3815b3d65..8086fc4b7 100644 --- a/src/lib/kdm_cli.cc +++ b/src/lib/kdm_cli.cc @@ -414,7 +414,7 @@ optional kdm_cli (int argc, char* argv[], std::function out) try { - boost::filesystem::path output = "."; + boost::filesystem::path output = boost::filesystem::current_path(); auto container_name_format = Config::instance()->kdm_container_name_format(); auto filename_format = Config::instance()->kdm_filename_format(); optional cinema_name; -- 2.30.2