Fix bug #10284 with renaming a directory on MS-Windows.
authorLynX <_LynX@bk.ru>
Sat, 7 Jan 2012 09:50:57 +0000 (11:50 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 7 Jan 2012 09:50:57 +0000 (11:50 +0200)
commit069d2b507080e2cb2b4f9ed112c9b7d8c3f2dc22
treeccd1ba62708aec369c08772c2d92c65eec4717ca
parente490b28922e17178224c6842b40429675b751cc8
Fix bug #10284 with renaming a directory on MS-Windows.

 src/w32.c (sys_rename): Report EXDEV when rename of a directory
 fails because the target is on another logical disk.  (Bug#10284)
src/ChangeLog
src/w32.c