X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=prvm_cmds.h;h=0120975805c24be28016c5a7c3848b84c2a808b5;hb=6eaee3a4fc5ed57d1a36208226c6c1f891179a35;hp=708a3621151c07e70a88b39e3e2224b12e161658;hpb=49e58f6cac0b5fa389f75b8e53ab8e705c63c0f9;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);