]> git.lyx.org Git - features.git/commit
Account for the weird case where p2 is longer than p1, such as p1 == "path"
authorEnrico Forestieri <forenr@lyx.org>
Tue, 26 May 2009 18:27:29 +0000 (18:27 +0000)
committerEnrico Forestieri <forenr@lyx.org>
Tue, 26 May 2009 18:27:29 +0000 (18:27 +0000)
commit5fb0ed491c172bb3c759d1ff5325d879221287ea
tree44368115aa79bab5b3281f3161ab3a29a4c77cb6
parentb3fe7330de14c47dab2b05dfc21ff730da2ecaa1
Account for the weird case where p2 is longer than p1, such as p1 == "path"
and p2 == "Path/". This would be really weird, but one never knows...

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29855 a592a061-630c-0410-9148-cb99ea01b6c8
src/support/os_cygwin.cpp
src/support/os_unix.cpp
src/support/os_win32.cpp