X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=prvm_cmds.h;h=0120975805c24be28016c5a7c3848b84c2a808b5;hb=d8767499b46a431a0dd5de4a744a56a669e9e3ce;hp=708a3621151c07e70a88b39e3e2224b12e161658;hpb=f77d65db40fde1a5e3191628c8b1f9a47b76ba08;p=xonotic%2Fdarkplaces.git diff --git a/prvm_cmds.h b/prvm_cmds.h index 708a3621..01209758 100644 --- a/prvm_cmds.h +++ b/prvm_cmds.h @@ -220,7 +220,7 @@ void PR_Cmd_Init(void); // general functions void VM_CheckEmptyString (prvm_prog_t *prog, const char *s); void VM_VarString(prvm_prog_t *prog, int first, char *out, int outlength); -prvm_stringbuffer_t *BufStr_FindCreateReplace (prvm_prog_t *prog, int bufindex, int flags, char *format); +prvm_stringbuffer_t *BufStr_FindCreateReplace (prvm_prog_t *prog, int bufindex, int flags, const char *format); void BufStr_Set(prvm_prog_t *prog, prvm_stringbuffer_t *stringbuffer, int strindex, const char *str); void BufStr_Del(prvm_prog_t *prog, prvm_stringbuffer_t *stringbuffer); void BufStr_Flush(prvm_prog_t *prog);