]> git.lyx.org Git - lyx.git/commit
Fix bug #7982: LyX does not work if working directory a hard disk drive like D:\
authorEnrico Forestieri <forenr@lyx.org>
Mon, 14 May 2012 11:08:30 +0000 (13:08 +0200)
committerEnrico Forestieri <forenr@lyx.org>
Mon, 14 May 2012 11:08:30 +0000 (13:08 +0200)
commit93ebb7a863377f6dbcaf724972b747b5c3f20c24
tree9cd53f357a8e1004182475041a039978f15de9af
parent207d7e4ada31d521b75e9290575b97b6bb1e8c38
Fix bug #7982: LyX does not work if working directory a hard disk drive like D:\

In this case, the working dir has already a slash at the end.
Appending another one would result in a path ending with a double slash,
which has a special meaning when used in TEXINPUTS (all subdirs would
be recursively scanned). So, avoid doing that.
src/Buffer.cpp