* path.cc (chdir): Always use the normalized_path as posix_cwd, except if it
starts with a drive. Also perform whitespace cleanup.
This commit is contained in:
@@ -1953,7 +1953,7 @@ cygwin_rresvport (int *port)
|
||||
cygheap_fdnew res_fd;
|
||||
|
||||
if (res_fd >= 0 && fdsock (res_fd, tcp_dev, res))
|
||||
res = res_fd;
|
||||
res = res_fd;
|
||||
else
|
||||
res = -1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user