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

(-)src/vga.c.orig (-1 / +1 lines)
Lines 3830-3836 Link Here
3830
3830
3831
#define ML_GETINT(x) \
3831
#define ML_GETINT(x) \
3832
	ptr = strtok(NULL, " "); if(!ptr) break; \
3832
	ptr = strtok(NULL, " "); if(!ptr) break; \
3833
	mmt.##x = atoi(ptr);
3833
	mmt.x = atoi(ptr);
3834
3834
3835
	    ML_GETINT(HDisplay);
3835
	    ML_GETINT(HDisplay);
3836
	    ML_GETINT(HSyncStart);
3836
	    ML_GETINT(HSyncStart);

Return to bug 33158