James Bowes <jbowes@xxxxxxxxxxxxxxxxxx> wrote Mon, Oct 08, 2007: > Signed-off-by: James Bowes <jbowes@xxxxxxxxxxxxxxxxxx> > --- > tig.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/tig.c b/tig.c > index 933d083..30c505b 100644 > --- a/tig.c > +++ b/tig.c > @@ -1184,7 +1184,7 @@ option_bind_command(int argc, char *argv[]) > } > > request = get_request(argv[2]); > - if (request = REQ_NONE) { > + if (request == REQ_NONE) { > const char *obsolete[] = { "cherry-pick" }; > size_t namelen = strlen(argv[2]); > int i; Oops, thanks. I should readd -Wall to CFLAGS in my config.make file. -- Jonas Fonseca - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html