]> git.lyx.org Git - features.git/commit
Fix bug 3348
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Mon, 19 Mar 2007 16:15:34 +0000 (16:15 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Mon, 19 Mar 2007 16:15:34 +0000 (16:15 +0000)
commit7a1dd08d1df27b3d3734e5cb1eae10a0d3587e2d
treeecba904afe3f715ee61636aa0a778db47211c5f5
parentb0cfb6c53b90b7396d586794045d901cd439ff63
Fix bug 3348

* src/LaTeX.C
(exists): New helper: test for existance of file with possibly
invalid filename
(insertIfExists): Use exists() instead of fs::native and fs::exists()
(handleFoundFile): Ditto

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