# HG changeset patch # User Darkvater # Date 1151238520 0 # Node ID 6f886aa7f8dfb45df0147bf4e291272d91079edf # Parent 19acacb63dbd71823427e04d1c55aee6e46b336d (svn r5360) - Fix (r5359): *sigh*, compile before you commit... diff --git a/settings.c b/settings.c --- a/settings.c +++ b/settings.c @@ -1583,7 +1583,6 @@ * and besides, it is also better to keep stuff like this at the same place */ void IConsoleSetPatchSetting(const char *name, const char *value) { - char newval[20]; int32 val; uint index; const SettingDesc *sd = GetPatchFromName(name, &index);