Index: path.cc =================================================================== RCS file: /cvs/src/src/winsup/cygwin/path.cc,v retrieving revision 1.126 diff -u -p -2 -r1.126 path.cc --- path.cc 2001/04/18 21:10:12 1.126 +++ path.cc 2001/04/19 12:16:26 @@ -230,4 +230,10 @@ path_conv::check (const char *src, unsig char *rel_path, *full_path; + case_clash = FALSE; + path_flags = 0; + known_suffix = NULL; + devn = unit = 0; + fileattr = (DWORD) -1; + if (!(opt & PC_NULLEMPTY)) error = 0; @@ -242,8 +248,4 @@ path_conv::check (const char *src, unsig /* This loop handles symlink expansion. */ int loop = 0; - path_flags = 0; - known_suffix = NULL; - fileattr = (DWORD) -1; - case_clash = FALSE; for (;;) {