mirror of
https://github.com/shadps4-emu/ext-SDL.git
synced 2025-01-14 14:38:08 +00:00
Fixed error formatting
This commit is contained in:
parent
d2cda502cc
commit
3ce56f621c
@ -677,7 +677,7 @@ SDL_BuildAudioTypeCVTFromFloat(SDL_AudioCVT *cvt, const SDL_AudioFormat dst_fmt)
|
||||
}
|
||||
|
||||
if (!filter) {
|
||||
return SDL_SetError("No conversion from float to format 0x.4x available", dst_fmt);
|
||||
return SDL_SetError("No conversion from float to format 0x%.4x available", dst_fmt);
|
||||
}
|
||||
|
||||
if (SDL_AddAudioCVTFilter(cvt, filter) < 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user