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

(-)vyqchat-0.2.3/vysocket.cpp (-1 / +1 lines)
Lines 78-84 Link Here
78
	//
78
	//
79
	// packet id
79
	// packet id
80
	for (int i=1; i<11; i++)
80
	for (int i=1; i<11; i++)
81
		pdata[i] = 0x20 + random()%95;
81
		pdata[i] = 0x30 + random()%9;
82
	//
82
	//
83
	// the rest of the packet
83
	// the rest of the packet
84
	plen = vsprintf(pdata+10, format, arg);
84
	plen = vsprintf(pdata+10, format, arg);

Return to bug 36549