diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-03-18 18:26:03 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-03-18 18:26:03 +0000 |
| commit | 77b0ffe6c50796b8fb132f56394995e0df089713 (patch) | |
| tree | cf0e1ddde617605be10d6606c1f0587d6762061c /tools | |
| parent | 693fd6ddef3c4bb74c81bb9cf25bfdb79246f274 (diff) | |
| parent | 90c23c53318af92fc7e77d12a612eab619aff937 (diff) | |
Merge master.
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 b76993bf..62751202 100644 --- a/tools/dcpinfo.cc +++ b/tools/dcpinfo.cc @@ -99,7 +99,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 (); |
