mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 08:36:01 +01:00
Fail if pid is given but there is something wrong with the given pid
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
parent
c6e7d32ca9
commit
3dd360a27d
1 changed files with 1 additions and 1 deletions
|
@ -469,7 +469,7 @@ iterate_instances_call_synctex_view(const char* filename,
|
|||
const bool ret = call_synctex_view(connection, filename, well_known_name,
|
||||
input_file, line, column);
|
||||
g_free(well_known_name);
|
||||
return ret ? 1 : 0;
|
||||
return ret ? 1 : -1;
|
||||
}
|
||||
|
||||
GVariant* vnames = g_dbus_connection_call_sync(
|
||||
|
|
Loading…
Reference in a new issue