cfeck added inline comments. INLINE COMMENTS
> pcx.cpp:312 > + qWarning() << "Failed to get scanline for" << y << "might be out > of bounds"; > + } > for (int x = 0; x < header.width(); ++x) { If `p` indeed could be zero, the next statements need to be in an `else` block (or a add a `return`). REPOSITORY R287 KImageFormats REVISION DETAIL https://phabricator.kde.org/D24367 To: sandsmark, aacid, cfeck Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns