summarylogtreecommitdiffstats
path: root/referencer-lib_path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'referencer-lib_path.patch')
-rw-r--r--referencer-lib_path.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/referencer-lib_path.patch b/referencer-lib_path.patch
index df0523c38543..78a195208964 100644
--- a/referencer-lib_path.patch
+++ b/referencer-lib_path.patch
@@ -5,7 +5,7 @@
lib_path = lib_path->get_parent();
up_dir_level += "../";
- if (lib_path == 0) {
-+ if (lib_path) {
++ if (!lib_path) {
doc_is_relative_to_library = false;
break;
}