style
This commit is contained in:
@@ -1079,7 +1079,7 @@ static int callback_get(void *data) {
|
||||
if (stream->pos >= stream->len) {
|
||||
stream->pos = 0;
|
||||
stream->len = stream->callback(stream->data, MAX_BUF_LEN, stream->arg);
|
||||
if (stream->len == 0 || stream->len == (size_t) -1)
|
||||
if (stream->len == 0 || stream->len == (size_t) - 1)
|
||||
return EOF;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user