]> git.mxchange.org Git - flightgear.git/blobdiff - src/MultiPlayer/multiplayrxmgr.cxx
Get rid of the double comma's for the file section of the generic protocol also.
[flightgear.git] / src / MultiPlayer / multiplayrxmgr.cxx
index fdc58ba9969cd67c1ea0c9d081169091ab803090..474a09faf14371c7effb6f9ecbf975d05751452f 100644 (file)
@@ -233,7 +233,7 @@ void FGMultiplayRxMgr::ProcessData(void) {
 
             // Data received
             if (iBytes > 0) {
-                if (iBytes >= sizeof(MsgHdr)) {
+                if (iBytes >= (int)sizeof(MsgHdr)) {
 
                     // Read header
                     MsgHdr = (T_MsgHdr *)sMsg;