mirror of
https://git.tukaani.org/xz.git
synced 2025-04-18 21:50:49 +00:00
xz used to call utime() on Windows, but its result gets lost on close(). Using _futime() seems to work. Thanks to Martok for reporting the bug: http://www.mail-archive.com/xz-devel@tukaani.org/msg00261.html