Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Sync with 1.7.8.3
[gitweb.git]
/
builtin
/
blame.c
diff --git
a/builtin/blame.c
b/builtin/blame.c
index 80febbe420db1c75bbcf7eda6a733e7e66549790..5a67c202f06abeaa90a7547d78b536f7f2b9db24 100644
(file)
--- a/
builtin/blame.c
+++ b/
builtin/blame.c
@@
-1598,7
+1598,7
@@
static const char *format_time(unsigned long time, const char *tz_str,
int tz;
if (show_raw_time) {
- s
printf(time_buf
, "%lu %s", time, tz_str);
+ s
nprintf(time_buf, sizeof(time_buf)
, "%lu %s", time, tz_str);
}
else {
tz = atoi(tz_str);