From 20875785b836b44f50001891e013f996e54e00c8 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 3 Mar 2025 00:07:26 +0100 Subject: Fix use of program_name in encode CLI. --- src/lib/encode_cli.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/encode_cli.cc') diff --git a/src/lib/encode_cli.cc b/src/lib/encode_cli.cc index fec97989c..6038b6441 100644 --- a/src/lib/encode_cli.cc +++ b/src/lib/encode_cli.cc @@ -254,7 +254,7 @@ show_jobs_on_console(function out, function flush, bool optional encode_cli(int argc, char* argv[], function out, function flush) { - auto const program_name = argv[0]; + program_name = argv[0]; boost::filesystem::path film_dir; bool progress = true; -- cgit v1.2.3