src/app/qbs-setup-toolchains/xcodeprobe.cpp 86
int XcodeProbe::compareVersions(const QString &v1, const QString &v2) { QStringList v1L = v1.split(QLatin1Char('.')); QStringList v2L = v2.split(QLatin1Char('.')); int i = 0; while (v1.length() > i && v1.length() > i) { // <--- ... } }
I think should be "while (v1.length() > i && v2.length() > i)"
| For Gerrit Dashboard: QBS-556 | ||||||
|---|---|---|---|---|---|---|
| # | Subject | Branch | Project | Status | CR | V |
| 83593,1 | fix XcodeProbe::compareVersions | 1.2 | qbs/qbs | Status: MERGED | +2 | 0 |