diff options
Diffstat (limited to 'src/date.c')
| -rw-r--r-- | src/date.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/date.c b/src/date.c index f8594ed4e..71bf631a0 100644 --- a/src/date.c +++ b/src/date.c @@ -204,7 +204,7 @@ static int is_date(int year, int month, int day, struct tm *now_tm, time_t now, if (month > 0 && month < 13 && day > 0 && day < 32) { struct tm check = *tm; struct tm *r = (now_tm ? &check : tm); - time_t specified; + git_time_t specified; r->tm_mon = month - 1; r->tm_mday = day; |
