summaryrefslogtreecommitdiff
blob: ef7c1e29f7f16aa712e066eeeadc4a6b97446d23 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- vyqchat-0.2.3/vysocket.cpp	2003-11-18 22:25:51.000000000 +0000
+++ vyqchat-0.2.3-mindeh/vysocket.cpp	2003-12-26 19:21:38.000000000 +0000
@@ -78,7 +78,7 @@
 	//
 	// packet id
 	for (int i=1; i<11; i++)
-		pdata[i] = 0x20 + random()%95;
+		pdata[i] = 0x30 + random()%9;
 	//
 	// the rest of the packet
 	plen = vsprintf(pdata+10, format, arg);