Fix test for invalid handle in w32.c's 'utime'.
commit0da0de41296063e80251a9a100de24d3ebf975ef
authorEli Zaretskii <eliz@gnu.org>
Thu, 4 Oct 2012 20:07:45 +0000 (4 22:07 +0200)
committerEli Zaretskii <eliz@gnu.org>
Thu, 4 Oct 2012 20:07:45 +0000 (4 22:07 +0200)
tree8df7157253e7c1579053fc3090e4b3f24b4e1abc
parentbc23439f8f966e5cf355d796d422ad731fe5ee20
Fix test for invalid handle in w32.c's 'utime'.

 src/w32.c (utime): Test for INVALID_HANDLE_VALUE, not for NULL, to
 see whether CreateFile failed.
src/ChangeLog
src/w32.c