diff options
author | Christopher Faylor <me@cgf.cx> | 2007-11-08 14:37:59 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2007-11-08 14:37:59 +0000 |
commit | 9cd3ed2d10e09c78c2bd3084d726b74543f07523 (patch) | |
tree | 4bd8cbf2a609a406bbc4ff444966a223c1be0507 /winsup/cygwin/path.cc | |
parent | a3ba550800f861f5bef0079f6bb052a5a9575cc6 (diff) | |
download | cygnal-9cd3ed2d10e09c78c2bd3084d726b74543f07523.tar.gz cygnal-9cd3ed2d10e09c78c2bd3084d726b74543f07523.tar.bz2 cygnal-9cd3ed2d10e09c78c2bd3084d726b74543f07523.zip |
revert premature checkin
Diffstat (limited to 'winsup/cygwin/path.cc')
-rw-r--r-- | winsup/cygwin/path.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc index d0de90ec3..a10a29339 100644 --- a/winsup/cygwin/path.cc +++ b/winsup/cygwin/path.cc @@ -543,7 +543,7 @@ path_conv::set_normalized_path (const char *path_copy, bool strip_tail) } PUNICODE_STRING -get_nt_native_path (const char *path, UNICODE_STRING& upath) +get_nt_native_path (const char *path, UNICODE_STRING &upath) { upath.Length = 0; if (path[0] == '/') /* special path w/o NT path representation. */ |