desktop/urbanterror/qcommon.h.patch
2011-06-11 08:57:46 +00:00

11 lines
477 B
Diff

--- trunk/code/qcommon/qcommon.h 2009/01/13 07:57:03 1492
+++ trunk/code/qcommon/qcommon.h 2009/01/17 23:09:58 1493
@@ -434,6 +434,7 @@
char *Cmd_ArgsFrom( int arg );
void Cmd_ArgsBuffer( char *buffer, int bufferLength );
char *Cmd_Cmd (void);
+void Cmd_Args_Sanitize( void );
// The functions that execute commands get their parameters with these
// functions. Cmd_Argv () will return an empty string, not a NULL
// if arg > argc, so string operations are allways safe.