projects
/
dcpomatic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e8c725
)
Remove double ArgFixer introduced in fefcccd5.
author
Carl Hetherington
<cth@carlh.net>
Sat, 6 Jul 2024 23:50:31 +0000
(
01:50
+0200)
committer
Carl Hetherington
<cth@carlh.net>
Sat, 6 Jul 2024 23:50:31 +0000
(
01:50
+0200)
src/tools/dcpomatic_kdm_cli.cc
patch
|
blob
|
history
diff --git
a/src/tools/dcpomatic_kdm_cli.cc
b/src/tools/dcpomatic_kdm_cli.cc
index 1db5ce7f93ecf6968f481c7e4849e63a37037455..c30fe4e6a4cd9e9cdc97714618b16530f1105785 100644
(file)
--- a/
src/tools/dcpomatic_kdm_cli.cc
+++ b/
src/tools/dcpomatic_kdm_cli.cc
@@
-33,12
+33,10
@@
int
main (int argc, char* argv[])
{
- ArgFixer fixer(argc, argv);
-
dcpomatic_setup_path_encoding ();
dcpomatic_setup ();
- auto error = kdm_cli
(fixer.argc(), fixer.argv()
, [](std::string s) { std::cout << s << "\n"; });
+ auto error = kdm_cli
(argc, argv
, [](std::string s) { std::cout << s << "\n"; });
if (error) {
std::cerr << *error << "\n";
exit (EXIT_FAILURE);