Tentative fix for bug #13546 with failure to save files on Windows.
commit224f4ec1298e93e4d18bba7ea208b08c75ae3422
authorEli Zaretskii <eliz@gnu.org>
Sun, 27 Jan 2013 08:04:16 +0000 (27 10:04 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 27 Jan 2013 08:04:16 +0000 (27 10:04 +0200)
tree651cf0eee0c3e66d022c1c939a5b0e9bd687ae2c
parentbeb6d07d1005f6dd8a17ba6f3e8406aaf47d5130
Tentative fix for bug #13546 with failure to save files on Windows.

 src/w32.c (sys_open): Zero out the flags for the new file descriptor.
 (sys_close): Zero out the flags for the file descriptor before
 closing it.
src/ChangeLog
src/w32.c