From: Peter Kümmel Date: Sun, 5 Oct 2008 19:37:56 +0000 (+0000) Subject: underlying filesystem is case insensitive X-Git-Tag: 1.6.10~3161 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=30260f0a4d14885f7236b1f02eaf495f9c3365c3;p=features.git underlying filesystem is case insensitive git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26756 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/support/os_cygwin.cpp b/src/support/os_cygwin.cpp index 032aae7f13..6b91873e3c 100644 --- a/src/support/os_cygwin.cpp +++ b/src/support/os_cygwin.cpp @@ -140,8 +140,7 @@ string current_root() bool isFilesystemCaseSensitive() { - // FIXME: is this correct? - return true; + return false; }