mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-18 01:45:25 +00:00
Monotone-Parent: efa1eff0145a3331b624605ab766233d83d82fe9
Monotone-Revision: 3d64558037a130e370be96a51475fd6ebd0d831b Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-12-02T16:02:49 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -190,12 +190,12 @@ NSObjectFromSPropValue (const struct SPropValue *value)
|
||||
case PT_UNICODE:
|
||||
result = (value->value.lpszW
|
||||
? [NSString stringWithUTF8String: value->value.lpszW]
|
||||
: @"");
|
||||
: (id) @"");
|
||||
break;
|
||||
case PT_STRING8:
|
||||
result = (value->value.lpszA
|
||||
? [NSString stringWithUTF8String: value->value.lpszA]
|
||||
: @"");
|
||||
: (id) @"");
|
||||
break;
|
||||
case PT_SYSTIME:
|
||||
result = [NSCalendarDate dateFromFileTime: &(value->value.ft)];
|
||||
|
||||
Reference in New Issue
Block a user