mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-08 21:15:27 +00:00
Monotone-Parent: 0bab258b30947c4b34f1e39acd0a61b7954c9958
Monotone-Revision: 3bf968de90811032a5b011cf48b3e8c402aa2425 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-07-20T14:08:03 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -841,8 +841,7 @@ static Class NSDataK, NSStringK;
|
||||
struct mapistore_property_data *rowData;
|
||||
int rc;
|
||||
|
||||
child = [self childAtRowID: rowId
|
||||
forQueryType: queryType];
|
||||
child = [self childAtRowID: rowId forQueryType: queryType];
|
||||
if (child)
|
||||
{
|
||||
rowData = talloc_array(memCtx, struct mapistore_property_data, columnsCount);
|
||||
|
||||
Reference in New Issue
Block a user