- tag more functions with gnu format attribute
- fix format string bugs. still some left
This commit is contained in:
parent
c3a713832c
commit
8e82c3d605
17 changed files with 32 additions and 34 deletions
|
@ -993,7 +993,7 @@ void CL_Setenv_f( void ) {
|
|||
if ( env ) {
|
||||
Com_Printf( "%s=%s\n", Cmd_Argv(1), env );
|
||||
} else {
|
||||
Com_Printf( "%s undefined\n", Cmd_Argv(1), env );
|
||||
Com_Printf( "%s undefined\n", Cmd_Argv(1));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue