Often the clients display unsigned values using "%d" format in printf. They should use %u consistenly for all unsigned types.
Patch for all clients
Attached patch changes %d to %u for all clients, where unsigned values are printed.
Fixed with revision 7179
Patch for all clients
Attached patch changes %d to %u for all clients, where unsigned values are printed.
Fixed with revision 7179