From 25f6a1f4c29b6a6009a185e9473317f0fe64616d Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Tue, 06 Jan 2009 20:51:09 +0000 Subject: Merge branch 'stable' --- (limited to 'ui-tree.c') diff --git a/ui-tree.c b/ui-tree.c index 051db7c..9876c99 100644 --- a/ui-tree.c +++ b/ui-tree.c @@ -54,8 +54,10 @@ static void print_object(const unsigned char *sha1, char *path) } idx++; } - htmlf(linefmt, ++lineno); - html_txt(buf + start); + if (start < idx) { + htmlf(linefmt, ++lineno); + html_txt(buf + start); + } html("\n"); html("\n"); } -- cgit v0.9.0.2