X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/50fbd46c917a06f60235da59adb860697ea94eb0..1383fe3fa60b4c207d103a49943a59de71a36fe1:/ui-tree.c?ds=sidebyside 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"); }