diff options
Diffstat (limited to 'convert-objects.c')
| -rw-r--r-- | convert-objects.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/convert-objects.c b/convert-objects.c index cefbcebdca..90e7900e6d 100644 --- a/convert-objects.c +++ b/convert-objects.c @@ -194,7 +194,7 @@ static unsigned long parse_oldstyle_date(const char *buf)  		fmt++;  	} while (*buf && *fmt);  	printf("left: %s\n", buf); -	return mktime(&tm);				 +	return mktime(&tm);  }  static int convert_date_line(char *dst, void **buf, unsigned long *sp) | 
