mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-16 20:33:19 +00:00
See ChangeLog.
Monotone-Parent: e4a697198e9d44e460b6a4c27b94149145803430 Monotone-Revision: 1f603d18ef908652156b3dbae521f53c6527c63c Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-12-23T16:10:38
This commit is contained in:
@@ -192,10 +192,10 @@ typedef enum
|
||||
}
|
||||
|
||||
key = [arguments objectAtIndex: i++];
|
||||
value = [arguments objectAtIndex: i++];
|
||||
|
||||
if (max > i)
|
||||
{
|
||||
value = [arguments objectAtIndex: i++];
|
||||
if ([value caseInsensitiveCompare: @"-f"] == NSOrderedSame)
|
||||
{
|
||||
if (max > i)
|
||||
|
||||
Reference in New Issue
Block a user