off by one

This commit is contained in:
Sebastian Ramacher 2012-02-07 17:37:41 +01:00
parent 36456d386f
commit 86ce201ec9

View file

@ -167,6 +167,7 @@ cb_sc_follow(GtkEntry* entry, girara_session_t* session)
girara_notify(session, GIRARA_WARNING, "Invalid input '%s' given.", input); girara_notify(session, GIRARA_WARNING, "Invalid input '%s' given.", input);
goto error_free; goto error_free;
} }
index = index-1;
/* set pages to draw links */ /* set pages to draw links */
bool invalid_index = true; bool invalid_index = true;