Fix wrong time_t used in function
This function doesn't interoperate with any system functions that use the system time_t, but rather only works with the git_time_t type in libgit2, which could be a different width than the system one. Fixes a compile warning.
Showing
Please
register
or
sign in
to comment