Snap for 5054090 from 10db3854bb to qt-release
Change-Id: Ia670779bd7fd6c536702b96dd437b20ae2d6b47c
This commit is contained in:
@@ -109,7 +109,7 @@ static bool ParseLastCommandFile(size_t* last_command_index) {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (!android::base::ParseInt(lines[0], last_command_index)) {
|
||||
if (!android::base::ParseUint(lines[0], last_command_index)) {
|
||||
LOG(ERROR) << "Failed to parse integer in: " << lines[0];
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user