Fix a compile error
This commit is contained in:
@@ -67,7 +67,7 @@ static int LoadInt(LoadState* S)
|
||||
LoadVar(S,x);
|
||||
if (S->flip)
|
||||
x = Swap32(x);
|
||||
IF ((int32_t)x<0, "bad integer");
|
||||
if ((uint32_t)x<0, "bad integer");
|
||||
return x;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user