Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 601174 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/Document.C (-1 / +1 lines)
Lines 297-303 Link Here
297
297
298
			lib_path = lib_path->get_parent();
298
			lib_path = lib_path->get_parent();
299
			up_dir_level += "../";
299
			up_dir_level += "../";
300
			if (lib_path == 0) {
300
			if (!lib_path) {
301
				doc_is_relative_to_library = false;
301
				doc_is_relative_to_library = false;
302
				break;
302
				break;
303
			}
303
			}

Return to bug 601174