diff --git a/code/client/snd_openal.c b/code/client/snd_openal.c index 516368a9..d6498a98 100644 --- a/code/client/snd_openal.c +++ b/code/client/snd_openal.c @@ -2115,7 +2115,7 @@ void S_AL_StartBackgroundTrack( const char *intro, const char *loop ) issame = qfalse; // Copy the loop over - strncpy( s_backgroundLoop, loop, sizeof( s_backgroundLoop ) ); + Q_strncpyz( s_backgroundLoop, loop, sizeof( s_backgroundLoop ) ); if(!issame) {