--- a/src/gpsim/protocol.cc +++ b/src/gpsim/protocol.cc @@ -55,9 +55,9 @@ return ret; } -static uint ascii2uint64(char *buffer, int digits) +static uint64_t ascii2uint64(char *buffer, int digits) { - uint ret = 0; + uint64_t ret = 0; char *b = buffer; for(int i=0; i