Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 714186
Collapse All | Expand All

(-)a/config.cpp (-2 lines)
Lines 181-188 Config::Config() Link Here
181
	checkFilterForDuplicateRules = true;			// Checks for rules that overlap/duplicates
181
	checkFilterForDuplicateRules = true;			// Checks for rules that overlap/duplicates
182
	checkFilterForContradictRules = true;			// Checks for rules that contradict other rules
182
	checkFilterForContradictRules = true;			// Checks for rules that contradict other rules
183
	checkFilterForUnusedRuleLists = true;			// Checks for unused rules
183
	checkFilterForUnusedRuleLists = true;			// Checks for unused rules
184
185
	emptyTableCell = "-";
186
}
184
}
187
185
188
186
(-)a/config.h (-1 / +1 lines)
Lines 503-509 class Config Link Here
503
	/**
503
	/**
504
	 * This property contains the text that will be used to populate any empty table cells. (default is -)
504
	 * This property contains the text that will be used to populate any empty table cells. (default is -)
505
	 */
505
	 */
506
	const char *emptyTableCell;
506
	const char * const emptyTableCell = "-";
507
507
508
	/**
508
	/**
509
	 * Debugging use, do not use.
509
	 * Debugging use, do not use.

Return to bug 714186