[evolution-mapi/gnome-3-10] Fix a copy&paste error, found by a Coverity Scan
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-mapi/gnome-3-10] Fix a copy&paste error, found by a Coverity Scan
- Date: Thu, 17 Oct 2013 06:49:12 +0000 (UTC)
commit e8fc20cdf466714017a0b84427f30e0824a998c2
Author: Milan Crha <mcrha redhat com>
Date: Thu Oct 17 08:47:20 2013 +0200
Fix a copy&paste error, found by a Coverity Scan
src/libexchangemapi/e-mapi-cal-recur-utils.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/libexchangemapi/e-mapi-cal-recur-utils.c b/src/libexchangemapi/e-mapi-cal-recur-utils.c
index 0bb5001..797dc02 100644
--- a/src/libexchangemapi/e-mapi-cal-recur-utils.c
+++ b/src/libexchangemapi/e-mapi-cal-recur-utils.c
@@ -181,7 +181,7 @@ rp_to_gba(const struct ema_RecurrencePattern *rp, GByteArray *gba)
sizeof (guint32) * rp->DeletedInstanceCount);
}
GBA_APPEND_LVAL(gba, rp->ModifiedInstanceCount);
- if ( rp->DeletedInstanceCount ) {
+ if ( rp->ModifiedInstanceCount ) {
GBA_APPEND (gba, rp->ModifiedInstanceDates,
sizeof (guint32) * rp->ModifiedInstanceCount);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]