modplug: use size_t instead of int for buffer sizes
This commit is contained in:
		| @@ -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"); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Max Kellermann
					Max Kellermann