We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e9f6dd commit 053bf31Copy full SHA for 053bf31
1 file changed
src/WinIMergeLib/ImgDiffBuffer.hpp
@@ -1535,7 +1535,7 @@ class CImgDiffBuffer
1535
if (m_imgConverter[i].load(m_filename[i].c_str()))
1536
m_imgConverter[i].render(m_imgOrig[i], 0, m_vectorImageZoomRatio);
1537
}
1538
- if (!m_imgConverter[i].isValid())
+ if (!m_imgConverter[i].isValid() && !m_filename[i].empty())
1539
{
1540
bSucceeded = false;
1541
m_lastErrorCode = (errno != 0) ? errno : ENOTSUP;
0 commit comments