summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-01-09 22:35:29 +0000
committerCarl Hetherington <cth@carlh.net>2016-01-09 22:35:29 +0000
commit76a021504341460376d05c0d68b1bf6287f42a04 (patch)
tree799c191ac19783f65ef5d88ea340b548e108aac8 /src/lib
parent88be57c9194bb51f45b9d85ea07d71868d2284c0 (diff)
Add comment.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/film.cc1
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));