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:00:17 +0000 (00:00 +0100)
commitdc7eab570cc8438beb6128475f828039787687d5
treeef4a78c51bc7102cdc8a57256da485b21b38715f
parent77e7cf0b9b9572d6ec955e1865fd73e72ec7666b
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