Be a little more careful to handle exceptions from boost::filesystem::file_size
authorCarl Hetherington <cth@carlh.net>
Mon, 29 Nov 2021 23:00:17 +0000 (00:00 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 29 Nov 2021 23:01:29 +0000 (00:01 +0100)
commit01e979c79f7d0aa20fac1bb24c699e0636168294
tree4f2dd067b772969912dd79a41364e5a3a3d38544
parentb51dca65c6a50063fa65b47a97e86f6e0dbbf911
Be a little more careful to handle exceptions from boost::filesystem::file_size

There has been a report of file_size throwing an exception and
crashing DCP-o-matic, but I haven't been able to reproduce it yet
(possibly related to there being missing content files).
src/lib/file_log.cc
src/wx/config_dialog.cc