mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-08 19:06:26 +00:00
audio: trying to pacify static analysis.
This commit is contained in:
@@ -1305,7 +1305,7 @@ SDL_AudioStreamPut(SDL_AudioStream *stream, const void *buf, const Uint32 _bufle
|
||||
return -1; /* probably out of memory. */
|
||||
}
|
||||
if (buf == origbuf) { /* copy if we haven't before. */
|
||||
SDL_memcpy(workbuf, buf, buflen);
|
||||
SDL_memcpy(workbuf, origbuf, buflen);
|
||||
}
|
||||
stream->cvt_after_resampling.buf = workbuf;
|
||||
stream->cvt_after_resampling.len = buflen;
|
||||
|
Reference in New Issue
Block a user