Advertisement
orgads

Untitled

Aug 18th, 2011
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. diff -ur msys.orig/source/winsup/cygwin/path.cc msys/source/winsup/cygwin/path.cc
  2. --- msys.orig/source/winsup/cygwin/path.cc Sat Oct 30 18:23:47 2010
  3. +++ msys/source/winsup/cygwin/path.cc Thu Aug 18 10:23:55 2011
  4. @@ -3429,7 +3429,7 @@
  5. return -1;
  6. }
  7.  
  8. - strcpy (win32_path, p.get_win32 ());
  9. + normalize_win32_path (p.get_win32 (), win32_path);
  10. return 0;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement