mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-04 14:46:24 +00:00
Monotone-Parent: facb5d4600a60a2bb140905284c1af0af3c2045a
Monotone-Revision: 0e67d5e5243429d84d07553a966befe16961db76 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-10-14T19:35:54 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -109,7 +109,7 @@
|
||||
property = [self backendIdentifierForProperty: res->ulPropTag];
|
||||
if (property)
|
||||
{
|
||||
if (res->relop >= 0 && res->relop < 7)
|
||||
if (res->relop < 7)
|
||||
operator = operators[res->relop];
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user