From 30260f0a4d14885f7236b1f02eaf495f9c3365c3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20K=C3=BCmmel?= Date: Sun, 5 Oct 2008 19:37:56 +0000 Subject: [PATCH] underlying filesystem is case insensitive git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26756 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/support/os_cygwin.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; } -- 2.39.2