b10ad7eb57
strtoll() returns a signed long long not an unsigned long long. When applying the negation for negatives the value must be cast from unsigned to signed and then stored in a signed variable before returning it. Change-Id: If568afd2509d27c7bf206ca59d32ca150cb34857