[wpdev-commits] wolfpack/network uotxpackets.h,1.89,1.90
Brought to you by:
rip,
thiagocorrea
|
From: <dar...@us...> - 2003-09-25 03:06:31
|
Update of /cvsroot/wpdev/wolfpack/network In directory sc8-pr-cvs1:/tmp/cvs-serv1069/network Modified Files: uotxpackets.h Log Message: Several changes and fixes. Fixed Python TempEffect Error Reporting and added correct line breaks to the windows console. Index: uotxpackets.h =================================================================== RCS file: /cvsroot/wpdev/wolfpack/network/uotxpackets.h,v retrieving revision 1.89 retrieving revision 1.90 diff -C2 -d -r1.89 -r1.90 *** uotxpackets.h 15 Sep 2003 16:49:03 -0000 1.89 --- uotxpackets.h 25 Sep 2003 03:05:59 -0000 1.90 *************** *** 1081,1085 **** QString tmpData = data; // go around the const stuff. this->setUnicodeString( PacketLen, tmpData, data.length()*2 ); ! setShort ( 1, PacketLen+data.length()*2 ); setShort ( PacketLen+data.length()*2, 0 ); } --- 1081,1085 ---- QString tmpData = data; // go around the const stuff. this->setUnicodeString( PacketLen, tmpData, data.length()*2 ); ! setShort ( 1, PacketLen+data.length()*2+2 ); setShort ( PacketLen+data.length()*2, 0 ); } |