app/core: replace guint with gint64 for time() function
Here https://gitlab.gnome.org/GNOME/gimp/-/blob/master/app/core/gimpundo.c?ref_type=heads#L581 time (NULL);
return a time_t
value and guint can truncate it
like here 4ab02ea2
Edited by lillolollo