CNode's nHeaderStart may be negative, so change its type (PARTIAL)

This commit is contained in:
Jeff Garzik
2012-04-15 16:59:48 -04:00
committed by Luke Dashjr
parent 774e9b6dbb
commit 1b7e5cbcad

View File

@@ -111,7 +111,7 @@ public:
int64 nLastRecv;
int64 nLastSendEmpty;
int64 nTimeConnected;
unsigned int nHeaderStart;
signed int nHeaderStart;
unsigned int nMessageStart;
CAddress addr;
int nVersion;