[evince] synctex: Silence error when no synctex file is present
- From: Germán Poo-Caamaño <gpoo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince] synctex: Silence error when no synctex file is present
- Date: Sat, 14 Jul 2018 04:09:55 +0000 (UTC)
commit 678410e81d0c889f4db4e995ca451ed62b8a2eee
Author: Germán Poo-Caamaño <gpoo gnome org>
Date: Sat Jul 14 00:08:04 2018 -0400
synctex: Silence error when no synctex file is present
Evince deals with a multiple users and documents. It is natural
that many (if not most) of them will not have a SyncTeX
counterpart.
cut-n-paste/synctex/synctex_parser.c | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/cut-n-paste/synctex/synctex_parser.c b/cut-n-paste/synctex/synctex_parser.c
index a613f35a..c55b51e1 100644
--- a/cut-n-paste/synctex/synctex_parser.c
+++ b/cut-n-paste/synctex/synctex_parser.c
@@ -6030,7 +6030,6 @@ synctex_scanner_p synctex_scanner_new_with_output_file(const char * output, cons
if ((scanner->reader = synctex_reader_init_with_output_file(scanner->reader, output, build_directory))) {
return parse? synctex_scanner_parse(scanner):scanner;
}
- _synctex_error("No file?");
return NULL;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]