Add comment.
authorCarl Hetherington <cth@carlh.net>
Sat, 9 Jan 2016 22:35:29 +0000 (22:35 +0000)
committerCarl Hetherington <cth@carlh.net>
Sat, 9 Jan 2016 22:35:29 +0000 (22:35 +0000)
src/lib/film.cc

index e066bfc50fe7bf0f48ebab851596c51c781cb7b6..dbe4d77d230615e3ead3a39fa4ea213b57b55c86 100644 (file)
@@ -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));