mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-02-17 01:21:12 +00:00
Behebt einen ekligen crash unter Ubuntu.
This commit is contained in:
parent
44bac04f95
commit
be1c483597
1 changed files with 1 additions and 1 deletions
|
@ -359,7 +359,7 @@ void CL_PrepRefresh (void)
|
|||
/* OGG/Vorbis */
|
||||
if (atoi(cl.configstrings[CS_CDTRACK]) < 10)
|
||||
{
|
||||
char tmp[2] = "0";
|
||||
char tmp[3] = "0";
|
||||
OGG_ParseCmd(strcat(tmp, cl.configstrings[CS_CDTRACK]));
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue