We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09ece37 commit 5a70137Copy full SHA for 5a70137
addons/acodec/ogg.c
@@ -268,7 +268,7 @@ ALLEGRO_SAMPLE *_al_load_ogg_vorbis_f(ALLEGRO_FILE *file)
268
269
buffer = al_malloc(total_size);
270
if (!buffer) {
271
- ALLEGRO_ERROR("Unable to allocate buffer (%d).\n", total_size);
+ ALLEGRO_ERROR("Unable to allocate buffer (%ld).\n", total_size);
272
return NULL;
273
}
274
0 commit comments