On Wed, May 17, 2006 at 09:37:57PM +0200, Edwin Leuven wrote:

> Enrico Forestieri wrote:
> > Have you cygwin installed?
> 
> nope

Please, try the attached patch.

-- 
Enrico
Index: src/support/os_win32.C
===================================================================
--- src/support/os_win32.C      (revision 13856)
+++ src/support/os_win32.C      (working copy)
@@ -324,7 +324,7 @@ char path_separator()
 
 void cygwin_path_fix(bool use_cygwin_paths)
 {
-       cygwin_path_fix_ = !use_cygwin_paths;
+       cygwin_path_fix_ = use_cygwin_paths;
 }
 
 

Reply via email to