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

Collapse All | Expand All

(-)clockywock-0.2.3D.orig/clockywock.cpp (-3 / +3 lines)
Lines 134-142 Link Here
134
	aspect=1.333333333;
134
	aspect=1.333333333;
135
	junk=(char *)calloc(1,256);
135
	junk=(char *)calloc(1,256);
136
136
137
	symbol[1]=(char *)calloc(1,1);
137
	symbol[1]=(char *)calloc(1,2);
138
	symbol[2]=(char *)calloc(1,1);
138
	symbol[2]=(char *)calloc(1,2);
139
	symbol[3]=(char *)calloc(1,1);
139
	symbol[3]=(char *)calloc(1,2);
140
140
141
	sprintf(symbol[1],"m");
141
	sprintf(symbol[1],"m");
142
	sprintf(symbol[2],"h");
142
	sprintf(symbol[2],"h");

Return to bug 337181