about summary refs log tree commit diff
path: root/ui-diff.c
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2010-09-19 19:00:05 +0200
committerLars Hjemli <hjemli@gmail.com>2010-09-19 19:00:05 +0200
commita9d6e6e695da6c6ed7f4bb32630ab2f3d9314806 (patch)
treede8271ebfabd244437cd68021c8af86391afb9bd /ui-diff.c
parentMerge branch 'lh/section-from-path' (diff)
parentprefer html_raw() to write() (diff)
downloadcgit-magenta-a9d6e6e695da6c6ed7f4bb32630ab2f3d9314806.tar.xz
Merge branch 'ml/bugfix'
Diffstat (limited to 'ui-diff.c')
-rw-r--r--ui-diff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-diff.c b/ui-diff.c

index 0dcabe9..7ff7e46 100644 --- a/ui-diff.c +++ b/ui-diff.c
@@ -92,7 +92,7 @@ static void print_fileinfo(struct fileinfo *info) info->old_path); html("</td><td class='right'>"); if (info->binary) { - htmlf("bin</td><td class='graph'>%d -> %d bytes", + htmlf("bin</td><td class='graph'>%ld -> %ld bytes", info->old_size, info->new_size); return; }