diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-08 22:39:59 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-08 22:39:59 +0100 |
| commit | 46a11714d3a2c551785c77d19e5285478b428364 (patch) | |
| tree | ac817503a6da0808ca99f4c163e50ed7db3bddf5 /src | |
| parent | f31edeef1792adcb06c558239aaf453f22230ca7 (diff) | |
Don't always create DCP directories in the constructor.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dcp.cc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -63,7 +63,6 @@ using namespace dcp; DCP::DCP (boost::filesystem::path directory) : _directory (directory) { - boost::filesystem::create_directories (directory); _directory = boost::filesystem::canonical (_directory); } |
