diff options
Diffstat (limited to 'winsup/cygwin/dtable.cc')
-rw-r--r-- | winsup/cygwin/dtable.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/dtable.cc b/winsup/cygwin/dtable.cc index 2670e53b6..aaa536525 100644 --- a/winsup/cygwin/dtable.cc +++ b/winsup/cygwin/dtable.cc @@ -952,6 +952,7 @@ handle_to_fn (HANDLE h, char *posix_fn) *d = '/'; else *d = *s; + *d = 0; } debug_printf ("derived path '%s', posix '%s'", w32, posix_fn); |