Commit 14b37656 authored by Max Kellermann's avatar Max Kellermann

modplug: use size_t instead of int for buffer sizes

parent 4a4c6fb6
......@@ -35,7 +35,7 @@ static GByteArray *mod_loadfile(struct decoder *decoder, struct input_stream *is
{
unsigned char *data;
GByteArray *bdatas;
int ret;
size_t ret;
if (is->size == 0) {
g_warning("file is empty");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment