]> git.lyx.org Git - features.git/commit
Improve fix for bug 3305
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Mon, 12 Mar 2007 19:38:20 +0000 (19:38 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Mon, 12 Mar 2007 19:38:20 +0000 (19:38 +0000)
commit52727f6f9678cbb22c65a34d5b8c5baf40d8d2a9
tree3506e7a8ddbf98288b535d8c7225059f0b54a4f9
parent5a90cc6871081c275d23737282ce32b03c0cf940
Improve fix for bug 3305
* src/LaTeX.C
(insertIfExists): Instead of catching all fs exceptions, test for a
valid filename before constructing a fs::path. This gets rid of the
exceptions because of invalid names, but does still allow other
expcetions to be thrown (e.g. because of file system problems).
(handleFoundFile): ditto

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17424 a592a061-630c-0410-9148-cb99ea01b6c8
src/LaTeX.C