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

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

Loading…
Cancel
Save