aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Alc/hrtf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/hrtf.c b/Alc/hrtf.c
index 87f98b9a..43cfb80b 100644
--- a/Alc/hrtf.c
+++ b/Alc/hrtf.c
@@ -104,7 +104,7 @@ void InitHrtf(void)
newdata.delays[i] = val;
if(val > maxDelay)
{
- AL_PRINT("Invalid delay at idx %d: %u (max: %u), in %s\n", i, val, maxDelay, str);
+ AL_PRINT("Invalid delay at idx %zu: %u (max: %u), in %s\n", i, val, maxDelay, str);
failed = AL_TRUE;
}
}