diff options
Diffstat (limited to 'winsup/cygwin/times.cc')
-rw-r--r-- | winsup/cygwin/times.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/times.cc b/winsup/cygwin/times.cc index ee63a2e3a..4b78cab61 100644 --- a/winsup/cygwin/times.cc +++ b/winsup/cygwin/times.cc @@ -495,7 +495,7 @@ utimens_worker (path_conv &win32, const struct timespec *tvp) if (cfd->get_access () & (FILE_WRITE_ATTRIBUTES | GENERIC_WRITE) && RtlEqualUnicodeString (cfd->pc.get_nt_native_path (), win32.get_nt_native_path (), - TRUE)) + cfd->pc.objcaseinsensitive ())) { fh = cfd; fromfd = true; |