https://bugs.kde.org/show_bug.cgi?id=384422
Bug ID: 384422
Summary: digikam-5.7.0/core/libs/dngwriter/extra/dng_sdk/dng_mo
saic_info.cpp:637: bad if ?
Product: digikam
Version: 5.7.0
Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
[digikam-5.7.0/core/libs/dngwriter/extra/dng_sdk/dng_mosaic_info.cpp:637]:
(style) Same expression on both sides of '&&'.
Source code is
if (mapN && mapS && mapW && mapW)
Maybe better code
if (mapN && mapS && mapW && mapE)
--
You are receiving this mail because:
You are watching all bug changes.