Fix segfault in SOGoSieveManager.m

pull/10/head
Francis Lachapelle 2013-02-08 09:42:31 -05:00
parent 470a53a548
commit 8981dcd645
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ static NSString *sieveScriptName = @"sogo";
else else
scriptError scriptError
= [NSString stringWithFormat: @"Rule based on unknown field '%@'", = [NSString stringWithFormat: @"Rule based on unknown field '%@'",
*field]; jsonField];
} }
else else
scriptError = @"Rule without any specified field."; scriptError = @"Rule without any specified field.";