be more forging of user provided file names
authorDiane Trout <diane@caltech.edu>
Tue, 17 Oct 2006 23:21:33 +0000 (23:21 +0000)
committerDiane Trout <diane@caltech.edu>
Tue, 17 Oct 2006 23:21:33 +0000 (23:21 +0000)
commitf57a67eab74b44751c8f67da1561fbd61533624e
tree67114656d2367da8ebb71a84e0c43b4fc60ec708
parent93a3023aacd20c02aa72202ec185d61a621ce247
be more forging of user provided file names
ticket:192
It turned out my use of boost::filesystem::path could toss an exception
if there were spaces in the file name on OS X. I needed to do a bit more
work to construct a safe filename for saving analyses and motifs.

Also I discovered that runtime_error was not the root exception class,
std::exception was. So I adjusted my try/catch to catch that exception
in the hope that I can provide more meaningful error messages.
alg/mussa.cpp
qui/MussaWindow.cpp