diff options
author | Timothy Pearson <[email protected]> | 2012-05-03 19:28:42 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-05-03 19:28:42 -0500 |
commit | a8e98ad9ce209af0aba35ce26ec9200761b397df (patch) | |
tree | a3af3b0761b9beae9fa06efd31d4bd173ba17370 /k9author/k9menu.cpp | |
parent | d9ed8b3291e596eafed777956a062dc8816d0d3c (diff) | |
download | k9copy-a8e98ad9ce209af0aba35ce26ec9200761b397df.tar.gz k9copy-a8e98ad9ce209af0aba35ce26ec9200761b397df.zip |
Fix remaining string format errors
Diffstat (limited to 'k9author/k9menu.cpp')
-rw-r--r-- | k9author/k9menu.cpp | 2 |
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) { |