mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 06:16:00 +01:00
Fix error message
This commit is contained in:
parent
dea3e200ea
commit
aa6b9da462
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ link_remote(zathura_t* zathura, const char* file)
|
|||
|
||||
GError* error = NULL;
|
||||
if (g_spawn_async(NULL, argv, NULL, G_SPAWN_SEARCH_PATH, NULL, NULL, NULL, &error) == FALSE) {
|
||||
girara_error("Failed to execute synctex command: %s", error->message);
|
||||
girara_error("Failed to execute command: %s", error->message);
|
||||
g_error_free(error);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue