fix signed/unsigned in strprintf and CNetAddr::GetByte()
- I checked every occurance of strprintf() in the code and used %u, where unsigned vars are used
- the change to GetByte() was made, as ip is an unsigned char
fix signed/unsigned in strprintf and CNetAddr::GetByte() 463a1cab43fdUnpublished Tags None Subscribers None
Description
Details
|