From e3778517d9c6409c9c917db83ccac20de1800a29 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Fri, 28 May 2004 19:50:07 +0000 Subject: * path.cc (chdir): Always use the normalized_path as posix_cwd, except if it starts with a drive. Also perform whitespace cleanup. --- winsup/cygwin/sched.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/sched.cc') diff --git a/winsup/cygwin/sched.cc b/winsup/cygwin/sched.cc index 548c65957..0f4b2fec7 100644 --- a/winsup/cygwin/sched.cc +++ b/winsup/cygwin/sched.cc @@ -284,7 +284,7 @@ sched_rr_get_interval (pid_t pid, struct timespec *interval) forprocid = 0; reg_key reg (HKEY_LOCAL_MACHINE, KEY_READ, "SYSTEM", "CurrentControlSet", - "Control", "PriorityControl", NULL); + "Control", "PriorityControl", NULL); if (reg.error ()) { set_errno (ESRCH); -- cgit v1.2.3