Use ALuint for the amount to skip
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ static ALubyte read_8(Reader *stream)
|
||||
}
|
||||
return buf[0];
|
||||
}
|
||||
static void skip(Reader *stream, size_t amt)
|
||||
static void skip(Reader *stream, ALuint amt)
|
||||
{
|
||||
while(amt > 0 && !READERR(stream))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user