mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-01 08:26:01 +01:00
off by one
This commit is contained in:
parent
36456d386f
commit
86ce201ec9
1 changed files with 1 additions and 0 deletions
|
@ -167,6 +167,7 @@ cb_sc_follow(GtkEntry* entry, girara_session_t* session)
|
|||
girara_notify(session, GIRARA_WARNING, "Invalid input '%s' given.", input);
|
||||
goto error_free;
|
||||
}
|
||||
index = index-1;
|
||||
|
||||
/* set pages to draw links */
|
||||
bool invalid_index = true;
|
||||
|
|
Loading…
Reference in a new issue