[Akonadi] [Bug 338483] New: server/src/handler/akappend.cpp:383: possible bad if test ?

dcb314 at hotmail.com dcb314 at hotmail.com
Fri Aug 22 17:04:17 BST 2014


https://bugs.kde.org/show_bug.cgi?id=338483

            Bug ID: 338483
           Summary: server/src/handler/akappend.cpp:383: possible bad if
                    test ?
           Product: Akonadi
           Version: 1.13.0
          Platform: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: server
          Assignee: kdepim-bugs at kde.org
          Reporter: dcb314 at hotmail.com

akonadi-1.13.0/server/src/handler/akappend.cpp:383]: (style) Same expression on
both sides of '||'.

  if ( itemTagsRID.incremental || itemTagsRID.incremental ) {

Maybe

  if ( itemTagsRID.incremental || itemTagsGID.incremental ) {

was intended.

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Kdepim-bugs mailing list