mirror of
https://github.com/gnustep/libs-ec.git
synced 2025-02-19 10:01:24 +00:00
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:
parent
6111def11c
commit
0046bff5a5
1 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue