diff options
author | Christopher Faylor <me@cgf.cx> | 2007-11-08 14:36:49 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2007-11-08 14:36:49 +0000 |
commit | a3ba550800f861f5bef0079f6bb052a5a9575cc6 (patch) | |
tree | 6c004ba70c764e46fc2da2c62ef85c54d20a41e3 /winsup/cygwin/path.cc | |
parent | 75a1688a39f13c03cae53c7c5cc9deef44a34353 (diff) | |
download | cygnal-a3ba550800f861f5bef0079f6bb052a5a9575cc6.tar.gz cygnal-a3ba550800f861f5bef0079f6bb052a5a9575cc6.tar.bz2 cygnal-a3ba550800f861f5bef0079f6bb052a5a9575cc6.zip |
* dllfixdbg: Eliminate extra objcopy step.
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 a10a29339..d0de90ec3 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. */ |