From f7b0492174fb53d7d978da1316462a25692f09f4 Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Sun, 23 Jan 2005 10:59:40 +0000 Subject: [PATCH] Fix typo. Thanks, Kayvan. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9528 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/support/os_cygwin.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/support/os_cygwin.C b/src/support/os_cygwin.C index b8644672c8..0961606f1d 100644 --- a/src/support/os_cygwin.C +++ b/src/support/os_cygwin.C @@ -143,7 +143,7 @@ char path_separator() void cygwin_path_fix(bool use_cygwin_paths) { - use_cygwin_paths_ = use_cygwin_paths; + cygwin_path_fix_ = use_cygwin_paths; } } // namespace os -- 2.39.2