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

(-)common/macros.c (+1 lines)
Lines 2586-2591 Link Here
2586
	for (x = 0; x < MACRO_X_COUNT; x++) {
2586
	for (x = 0; x < MACRO_X_COUNT; x++) {
2587
		macro_keys[x].code = x;
2587
		macro_keys[x].code = x;
2588
		macro_keys[x].name = macro_x_names[x];
2588
		macro_keys[x].name = macro_x_names[x];
2589
		macro_keys[x].clean_options = 0;
2589
2590
2590
		/* host/service output/perfdata and author/comment macros should get cleaned */
2591
		/* host/service output/perfdata and author/comment macros should get cleaned */
2591
		if((x >= 16 && x <= 19) || (x >= 49 && x <= 52) || (x >= 99 && x <= 100) || (x >= 124 && x <= 127)) {
2592
		if((x >= 16 && x <= 19) || (x >= 49 && x <= 52) || (x >= 99 && x <= 100) || (x >= 124 && x <= 127)) {

Return to bug 455806