Fix another string format error

pull/1/head
Timothy Pearson 12 years ago
parent a8e98ad9ce
commit b3bb8a8f44

@ -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