summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e7d0ebc)
raw | patch | inline | side by side (parent: e7d0ebc)
author | Jonas Fonseca <jonas.fonseca@savoirfairelinux.com> | |
Fri, 11 Dec 2009 22:06:37 +0000 (17:06 -0500) | ||
committer | Jonas Fonseca <jonas.fonseca@savoirfairelinux.com> | |
Fri, 11 Dec 2009 22:06:37 +0000 (17:06 -0500) |
tig.c | patch | blob | history |
index 6957ff5959575478fec9dfe9110d7cb1ec15a66d..935f4471e5c31927d0c24f594ddf6b26631928bc 100644 (file)
--- a/tig.c
+++ b/tig.c
"short"
};
- opt_date = (opt_date + 1) % ARRAY_SIZE(help);
+ *date = (*date + 1) % ARRAY_SIZE(help);
redraw_display(FALSE);
- report("Displaying %s dates", help[opt_date]);
+ report("Displaying %s dates", help[*date]);
}
static void