This commit is contained in:
Ludovic Marcotte
2014-04-09 14:49:31 -04:00
parent 8909775cf6
commit 96ece873ca
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
for (i = 0; i < 7; i++)
{
if (occurrences[i])
if (occurrences[0][i])
v += (1 << i);
}
+1
View File
@@ -14,6 +14,7 @@ Bug fixes
- fixed URL handling (#2616)
- improved folder rename operations using ActiveSync (#2700)
- fixed SmartReply/Forward when ReplaceMime was omitted (#2680)
- fixed wrong generation of weekly repetitive events with ActiveSync (#2654)
2.2.3 (2014-04-03)
------------------