summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 701e4f5)
raw | patch | inline | side by side (parent: 701e4f5)
author | Jonas Fonseca <fonseca@diku.dk> | |
Wed, 31 May 2006 23:41:52 +0000 (01:41 +0200) | ||
committer | Jonas Fonseca <fonseca@antimatter.localdomain> | |
Wed, 31 May 2006 23:41:52 +0000 (01:41 +0200) |
Fixes: cc2d13642a837163fb0e35d87a51ff96b7bf3cb0
tig.c | patch | blob | history |
index 5f95896493c21e09a87f1ef3195d914c9e5516e5..851503f72a695eefc16d958a57b952b3b2494df0 100644 (file)
--- a/tig.c
+++ b/tig.c
}
key = get_key(req_info[i].request);
- if (string_format(buf, "%-25s %s", key, req_info[i].help))
+ if (!string_format(buf, "%-25s %s", key, req_info[i].help))
continue;
pager_read(view, buf);