Fix clang build failure for k9saveimage

This resolves issue#16.

Signed-off-by: Ray-V <ray-v@inbox.lv>
pull/18/head
Ray-V 9 months ago committed by Michele Calgaro
parent 5e8c1c961f
commit 4b56933df7
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -76,7 +76,7 @@ void k9SaveImage::run() {
TQString sFileName=m_tempFile->name();
m_image.save(sFileName,"PNG");
sFileName="\rINFOIMAGE:"+sFileName;
fprintf(stderr,"%s",sFileName.local8Bit());
fprintf(stderr,"%s",sFileName.local8Bit().data());
m_mutex.unlock();
}

Loading…
Cancel
Save