Use the correct formatter type

This commit is contained in:
Chris Robinson 2014-06-19 22:13:20 -07:00
parent e39165655d
commit 07a50c604e
1 changed files with 1 additions and 1 deletions

View File

@ -706,7 +706,7 @@ OpenALSoundRenderer::OpenALSoundRenderer()
Device = NULL;
return;
}
DPrintf(" Allocated "TEXTCOLOR_BLUE"%u"TEXTCOLOR_NORMAL" sources\n", Sources.size());
DPrintf(" Allocated "TEXTCOLOR_BLUE"%zu"TEXTCOLOR_NORMAL" sources\n", Sources.size());
WasInWater = false;
if(*snd_efx && alcIsExtensionPresent(Device, "ALC_EXT_EFX"))