[wpdev-commits] wolfpack/network uosocket.cpp,1.412,1.413
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-09-18 04:26:34
|
Update of /cvsroot/wpdev/wolfpack/network In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32458/network Modified Files: uosocket.cpp Log Message: Fixed #0000187 Index: uosocket.cpp =================================================================== RCS file: /cvsroot/wpdev/wolfpack/network/uosocket.cpp,v retrieving revision 1.412 retrieving revision 1.413 diff -C2 -d -r1.412 -r1.413 *** uosocket.cpp 16 Sep 2004 01:40:17 -0000 1.412 --- uosocket.cpp 18 Sep 2004 04:26:26 -0000 1.413 *************** *** 2180,2184 **** // Check if there really was a response or if it just was canceled ! if ( !packet->serial() && ( ( packet->x() == 0xFFFF ) || ( packet->y() == 0xFFFF ) || ( ( Q_UINT8 ) packet->z() == 0xFF ) ) ) targetRequest->canceled( this ); else --- 2180,2184 ---- // Check if there really was a response or if it just was canceled ! if ( !packet->serial() && ( ( packet->x() == 0xFFFF ) || ( packet->y() == 0xFFFF ) ) ) targetRequest->canceled( this ); else |