fix config error

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/devmodules/dev-libs/ec@34933 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2012-03-15 10:28:41 +00:00
parent 6111def11c
commit 0046bff5a5

View file

@ -251,7 +251,6 @@ replaceFields(NSDictionary *fields)
{
NSUserDefaults *d;
NSDictionary *c;
NSMutableDictionary *m;
NSMutableArray *r;
unsigned int i;
@ -266,8 +265,7 @@ replaceFields(NSDictionary *fields)
* Cache a copy of the Rules with modifications to store information
* so we don't need to regenerate it every time we check a message.
*/
r = [[[m objectForKey: @"Rules"] mutableCopy]autorelease];
[m removeObjectForKey: @"Rules"];
r = [[[c objectForKey: @"Rules"] mutableCopy] autorelease];
for (i = 0; i < [r count]; i++)
{
NSMutableDictionary *md;