]> git.pld-linux.org Git - packages/akonadi.git/blame - 0004-Fix-typo-in-if-condition.patch
boost rebuild
[packages/akonadi.git] / 0004-Fix-typo-in-if-condition.patch
CommitLineData
8a8f9fb3
AM
1From e52f9be20e566e507e77421f1243f51aa2fe8e55 Mon Sep 17 00:00:00 2001
2From: =?UTF-8?q?Dan=20Vr=C3=A1til?= <dvratil@redhat.com>
3Date: Mon, 25 Aug 2014 14:35:14 +0200
4Subject: [PATCH 04/30] Fix typo in if condition
5
6BUG: 338483
7FIXED-IN: 1.13.1
8---
9 server/src/handler/akappend.cpp | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-)
11
12diff --git a/server/src/handler/akappend.cpp b/server/src/handler/akappend.cpp
13index 43f03ba..ad3682f 100644
14--- a/server/src/handler/akappend.cpp
15+++ b/server/src/handler/akappend.cpp
16@@ -380,7 +380,7 @@ bool AkAppend::parseStream()
17 if ( itemFlags.incremental ) {
18 throw HandlerException( "Incremental flags changes are not allowed in AK-APPEND" );
19 }
20- if ( itemTagsRID.incremental || itemTagsRID.incremental ) {
21+ if ( itemTagsRID.incremental || itemTagsGID.incremental ) {
22 throw HandlerException( "Incremental tags changes are not allowed in AK-APPEND" );
23 }
24
25--
262.1.0
27
This page took 0.038613 seconds and 4 git commands to generate.