Fix another string format error

(cherry picked from commit b3bb8a8f44)
v3.5.13-sru
Timothy Pearson 12 years ago committed by Slávek Banko
parent 435c7f9b5a
commit 3c2e740ace

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

Loading…
Cancel
Save