mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 06:46:00 +01:00
Really use realpath
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
parent
de46558ecc
commit
2458173473
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
@ -107,7 +107,7 @@ main(int argc, char* argv[])
|
|||
return -1;
|
||||
}
|
||||
|
||||
const bool ret = synctex_forward_position(argv[1], synctex_fwd);
|
||||
const bool ret = synctex_forward_position(real_path, synctex_fwd);
|
||||
free(real_path);
|
||||
|
||||
if (ret == true) {
|
||||
|
|
Loading…
Reference in a new issue