mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 08:05:59 +01:00
CS
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
parent
138230c3cc
commit
32ad46441c
1 changed files with 2 additions and 1 deletions
|
@ -203,8 +203,9 @@ main(int argc, char* argv[])
|
|||
|
||||
/* open document if passed */
|
||||
if (argc > 1) {
|
||||
if (page_number > 0)
|
||||
if (page_number > 0) {
|
||||
--page_number;
|
||||
}
|
||||
#ifdef WITH_SYNCTEX
|
||||
document_open_idle(zathura, argv[1], password, page_number, mode, synctex_fwd);
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue