From 9cd3ed2d10e09c78c2bd3084d726b74543f07523 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Thu, 8 Nov 2007 14:37:59 +0000 Subject: revert premature checkin --- winsup/cygwin/path.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/path.cc') 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. */ -- cgit v1.2.3