Comment 6 for bug 207137

Revision history for this message
Agostino Russo (ago) wrote :

As suggested by Hampus, skipping the last loop in ImageCreator.cpp might help things.
That would involve adding:

if (bytesWritten == mTotalBytes) break;

I will make a build with the above change tonight.