|
@ -198,7 +198,7 @@ void dpow_nanomsg_update(struct supernet_info *myinfo) |
|
|
{ |
|
|
{ |
|
|
if ( np->version0 == (DPOW_VERSION & 0xff) && np->version1 == ((DPOW_VERSION >> 8) & 0xff) ) |
|
|
if ( np->version0 == (DPOW_VERSION & 0xff) && np->version1 == ((DPOW_VERSION >> 8) & 0xff) ) |
|
|
{ |
|
|
{ |
|
|
printf("v.%02x %02x datalen.%d size.%d %d vs %d\n",np->version0,np->version1,np->datalen,size,np->datalen,(size - sizeof(*np))); |
|
|
printf("v.%02x %02x datalen.%d size.%d %d vs %d\n",np->version0,np->version1,np->datalen,size,np->datalen,(int32_t)(size - sizeof(*np))); |
|
|
if ( np->datalen == (size - sizeof(*np)) ) |
|
|
if ( np->datalen == (size - sizeof(*np)) ) |
|
|
{ |
|
|
{ |
|
|
crc32 = calc_crc32(0,np->packet,np->datalen); |
|
|
crc32 = calc_crc32(0,np->packet,np->datalen); |
|
|