From 1a54e541bee7b2d567b92c00a616c4da52c4073d Mon Sep 17 00:00:00 2001 From: Spoike Date: Sun, 18 Jul 2010 07:47:24 +0000 Subject: [PATCH] Fixed a potentially nasty bug that was causing nasty things to happen to QW mods. git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3555 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/server/pr_cmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/server/pr_cmds.c b/engine/server/pr_cmds.c index d54de34cc..47d5f8b54 100644 --- a/engine/server/pr_cmds.c +++ b/engine/server/pr_cmds.c @@ -4801,7 +4801,7 @@ string(entity e, string key) infokey char *PF_infokey_Internal (int entnum, char *key) { char *value; - char ov[256]; + static char ov[256]; char adr[MAX_ADR_SIZE]; if (entnum == 0)