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@kde.org
          Reporter: dcb...@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.
_______________________________________________
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs

Reply via email to