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

(-)gnome-panel-2.8.2.orig/gnome-panel/quick-desktop-reader.c (+2 lines)
Lines 100-105 Link Here
100
	p++;
100
	p++;
101
	if (*p == ' ')
101
	if (*p == ' ')
102
		p++;
102
		p++;
103
	if (*p == '\0')
104
		return NULL;
103
	return p;
105
	return p;
104
}
106
}
105
/* nice wrapper for this to still allow some compiler optimization
107
/* nice wrapper for this to still allow some compiler optimization

Return to bug 78661