summaryrefslogtreecommitdiffstats
path: root/k9author/k9menu.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-05-03 19:28:42 -0500
committerTimothy Pearson <[email protected]>2012-05-03 19:28:42 -0500
commita8e98ad9ce209af0aba35ce26ec9200761b397df (patch)
treea3af3b0761b9beae9fa06efd31d4bd173ba17370 /k9author/k9menu.cpp
parentd9ed8b3291e596eafed777956a062dc8816d0d3c (diff)
downloadk9copy-a8e98ad9ce209af0aba35ce26ec9200761b397df.tar.gz
k9copy-a8e98ad9ce209af0aba35ce26ec9200761b397df.zip
Fix remaining string format errors
Diffstat (limited to 'k9author/k9menu.cpp')
-rw-r--r--k9author/k9menu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/k9author/k9menu.cpp b/k9author/k9menu.cpp
index 29f2b02..ea9c622 100644
--- a/k9author/k9menu.cpp
+++ b/k9author/k9menu.cpp
@@ -143,7 +143,7 @@ void k9Menu::convertJpegToMpeg(const TQString &_imageJpg,const TQString &_imageM
if (!process->normalExit()) {
tqDebug("error converting jpeg to mpeg");
}
- tqDebug(process->debug().latin1());
+ tqDebug("%s", process->debug().latin1());
}
void k9Menu::createAudio(const TQString & _audioFile) {