Skip to content

Fix crashing when atime is not present

Jing Wang requested to merge jingw/gnome-settings-daemon:fix-crash into master

Recent changes to gio omit the atime instead of setting it to an out of range value.

Fixes #556 (closed), but note this doesn't fix the fact that gio omitted atime on a system where atime should have been available.

Tested by removing attributes from g_file_enumerate_children and observing fallback/warning.

Merge request reports