Skip to content

glocalfileinfo: Fix usec/nsec confusion with filetimes on Windows

Philip Withnall requested to merge pwithnall/glib:nsec-typo into main

The function which calls SetFileTime() works with seconds and nanosecond, but the functions which call it are doing so with seconds and microseconds.

Fix them so they convert to nanoseconds first.

Signed-off-by: Philip Withnall pwithnall@endlessos.org

Merge request reports