[zathura] [Zathura PATCH] Fix issue 345 (http://bugs.pwmt.org/issue345)

2013-10-25 Thread Marwan Tanager
--- shortcuts.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shortcuts.c b/shortcuts.c index 1820a98..bb47d38 100644 --- a/shortcuts.c +++ b/shortcuts.c @@ -965,7 +965,7 @@ sc_search(girara_session_t* session, girara_argument_t* argument, continue; } -

[zathura] [Zathura PATCH] Minor cleanup

2013-10-25 Thread Marwan Tanager
Since we 'continue' the loop if num_search_results is 0, there is no need for the second check. --- shortcuts.c |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/shortcuts.c b/shortcuts.c index bf43446..435d089 100644 --- a/shortcuts.c +++ b/shortcuts.c @@ -965,13