diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-03-18 18:23:05 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-03-18 18:23:05 +0000 |
| commit | 90c23c53318af92fc7e77d12a612eab619aff937 (patch) | |
| tree | 442562be8f6fbe99b5ba82e8ebad8a0de858d350 /tools | |
| parent | 8af7b48d8831cf348163a2f61c14b059cd67a8fd (diff) | |
Various test tidying.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/dcpinfo.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dcpinfo.cc b/tools/dcpinfo.cc index 56d71f99..59e676f6 100644 --- a/tools/dcpinfo.cc +++ b/tools/dcpinfo.cc @@ -76,7 +76,7 @@ main (int argc, char* argv[]) exit (EXIT_FAILURE); } - cout << "DCP: " << argv[optind] << "\n"; + cout << "DCP: " << boost::filesystem::path(argv[optind]).filename().string() << "\n"; list<shared_ptr<CPL> > cpls = dcp->cpls (); |
