summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d0cea5f)
raw | patch | inline | side by side (parent: d0cea5f)
author | Jonas Fonseca <fonseca@diku.dk> | |
Wed, 24 May 2006 22:41:53 +0000 (00:41 +0200) | ||
committer | Jonas Fonseca <fonseca@antimatter.localdomain> | |
Wed, 24 May 2006 22:41:53 +0000 (00:41 +0200) |
tig.c | patch | blob | history |
index 4770e72a3d35f65e23adac1c41c2c1cb00011d64..f931e1d229c3e185caad4449bf5b66ed72462657 100644 (file)
--- a/tig.c
+++ b/tig.c
scroll_view(view, REQ_SCROLL_LINE_DOWN);
/* FIXME: A minor workaround. Scrolling the view will call report("")
- * but if we are scolling a non-current view this won't properly update
- * the view title. */
+ * but if we are scrolling a non-current view this won't properly
+ * update the view title. */
if (split)
update_view_title(view);
valuelen = 0;
}
- state = read_property(name, namelen, value, valuelen);
+ if (namelen)
+ state = read_property(name, namelen, value, valuelen);
}
if (state != ERR && ferror(pipe))