Fix bug #13553 with usage of IS_DIRECTORY_SEP on MS-Windows under DBCS.
commit806fed21f15908cee4e3cfdb18e21d988e08ea48
authorEli Zaretskii <eliz@gnu.org>
Sat, 26 Jan 2013 12:49:34 +0000 (26 14:49 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 26 Jan 2013 12:49:34 +0000 (26 14:49 +0200)
treeccb5ee9599c7b45ed9c698ca56f495d61c135feb
parent26854e9c9ee5469474bcaa496b94273082772c18
Fix bug #13553 with usage of IS_DIRECTORY_SEP on MS-Windows under DBCS.

 src/w32.c (parse_root, get_volume_info, readdir, read_unc_volume)
 (logon_network_drive, stat_worker, symlink, chase_symlinks): Use
 CharNextExA and CharPrevExA to iterate over file names encoded in
 DBCS.
src/ChangeLog
src/w32.c