diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-01-09 22:35:29 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-01-09 22:35:29 +0000 |
| commit | 76a021504341460376d05c0d68b1bf6287f42a04 (patch) | |
| tree | 799c191ac19783f65ef5d88ea340b548e108aac8 /src | |
| parent | 88be57c9194bb51f45b9d85ea07d71868d2284c0 (diff) | |
Add comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/film.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/film.cc b/src/lib/film.cc index e066bfc50..dbe4d77d2 100644 --- a/src/lib/film.cc +++ b/src/lib/film.cc @@ -139,6 +139,7 @@ Film::Film (boost::filesystem::path dir, bool log) /* Make state.directory a complete path without ..s (where possible) (Code swiped from Adam Bowen on stackoverflow) + XXX: couldn't/shouldn't this just be boost::filesystem::canonical? */ boost::filesystem::path p (boost::filesystem::system_complete (dir)); |
