mirror of
https://github.com/yquake2/ctf.git
synced 2024-11-12 23:44:30 +00:00
fix several printf format string errors in games' code
Submitted by: Ozkan Sezer
This commit is contained in:
parent
a65b93192c
commit
ee24659ba4
1 changed files with 20 additions and 20 deletions
|
@ -753,7 +753,7 @@ SV_Physics_Pusher(edict_t *ent)
|
|||
|
||||
if (pushed_p > &pushed[MAX_EDICTS])
|
||||
{
|
||||
gi.error(ERR_FATAL, "pushed_p > &pushed[MAX_EDICTS], memory corrupted");
|
||||
gi.error("pushed_p > &pushed[MAX_EDICTS], memory corrupted");
|
||||
}
|
||||
|
||||
if (part)
|
||||
|
|
Loading…
Reference in a new issue