OSDN Git Service

Fixed const violation in win32_io.c (cosmetic)
authorJean-Pierre André <jpandre@users.sourceforge.net>
Mon, 23 Jun 2014 08:46:31 +0000 (10:46 +0200)
committerJean-Pierre André <jpandre@users.sourceforge.net>
Mon, 23 Jun 2014 08:46:31 +0000 (10:46 +0200)
commit952917bccfa4dbb15b3cb9b3ebfe08fee2af7267
tree3bdf867dc9bc50a7218cb1d7d8afd821b10eeb47
parent276c6ec6613d7b803e9eaa02e80db870171546a8
Fixed const violation in win32_io.c (cosmetic)

Fixed the read-modify-write procedure to be compatible with the
write-only one to avoid violating the "const" attibute of the latter.
libntfs-3g/win32_io.c