Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-05-14 02:09:32 +0400
committerChristopher Faylor <me@cgf.cx>2005-05-14 02:09:32 +0400
commit91563267334ae09c22d951ac2265e93b0181d520 (patch)
tree11e1026404f635a75d9bd4d5d42ed26e71e7374f /winsup/cygwin
parent17e5c6a8f06f6237016004844ebf54cc99634255 (diff)
fix typo
Diffstat (limited to 'winsup/cygwin')
-rw-r--r--winsup/cygwin/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 65724b137..af4a4f9af 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -26,7 +26,7 @@
2005-05-13 Christopher Faylor <cgf@timesys.com>
Remove PC_FULL from path_conv usage throughout.
- * path.h (enum pathconv_arg): Change PC_FULL to PC_NOUILL.
+ * path.h (enum pathconv_arg): Change PC_FULL to PC_NOFILL.
* path.cc (path_conv::check): Test for PC_NOFULL rather than !PC_FULL.
(cygwin_conv_to_win32_path): Use PC_NOFULL to force non-absolute path.