mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-28 05:58:29 +00:00
use SDL_zeroa at more places where the argument is an array.
This commit is contained in:
@@ -112,7 +112,7 @@ WaveDebugLogFormat(WaveFile *file)
|
||||
Uint32 wavebps = format->byterate;
|
||||
char channelstr[64];
|
||||
|
||||
SDL_zero(channelstr);
|
||||
SDL_zeroa(channelstr);
|
||||
|
||||
switch (format->encoding) {
|
||||
case PCM_CODE:
|
||||
|
Reference in New Issue
Block a user