| Summary: | libk3b/projects/datacd/k3bdatadoc.cpp:484: duplicate if condition ? | ||
|---|---|---|---|
| Product: | [Applications] k3b | Reporter: | dcb314 |
| Component: | Data Project | Assignee: | K3b Bugs <k3b-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | michalm, trueg |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/k3b/d9c451f91bef3bc1c00a78081424f1be2c2ae65f | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
Git commit d9c451f91bef3bc1c00a78081424f1be2c2ae65f by Leslie Zhai. Committed on 13/10/2017 at 03:04. Pushed by lesliezhai into branch 'master'. [libk3b] Fix potential copy-paste issue. A patch by dcb314@hotmail.com! M +1 -1 libk3b/projects/datacd/k3bdatadoc.cpp https://commits.kde.org/k3b/d9c451f91bef3bc1c00a78081424f1be2c2ae65f |
[k3b-master/libk3b/projects/datacd/k3bdatadoc.cpp:484]: (style) Expression is always false because 'else if' condition matches previous condition at line 482. else if( e.text() == "extended" ) d->isoOptions.setWhiteSpaceTreatment( K3b::IsoOptions::extended ); else if( e.text() == "extended" ) d->isoOptions.setWhiteSpaceTreatment( K3b::IsoOptions::replace );