From 56598acc94728f712285bfa8fba33c51593b0146 Mon Sep 17 00:00:00 2001 From: divverent Date: Fri, 28 Dec 2007 16:22:03 +0000 Subject: [PATCH] oops, missed a "const" git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7875 d7cf8633-e32d-0410-b094-e92efae38249 --- host.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host.c b/host.c index d9942831..abb7f048 100644 --- a/host.c +++ b/host.c @@ -223,7 +223,7 @@ Writes key bindings and archived cvars to config.cfg void Host_SaveConfig_f(void) { qfile_t *f; - char *file = "config.cfg"; + const char *file = "config.cfg"; if(Cmd_Argc() >= 2) { file = Cmd_Argv(1); -- 2.39.2