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 /libk9copy/k9mp4enc.cpp | |
parent | d9ed8b3291e596eafed777956a062dc8816d0d3c (diff) | |
download | k9copy-a8e98ad9ce209af0aba35ce26ec9200761b397df.tar.gz k9copy-a8e98ad9ce209af0aba35ce26ec9200761b397df.zip |
Fix remaining string format errors
Diffstat (limited to 'libk9copy/k9mp4enc.cpp')
-rw-r--r-- | libk9copy/k9mp4enc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libk9copy/k9mp4enc.cpp b/libk9copy/k9mp4enc.cpp index e29f206..0f4aaca 100644 --- a/libk9copy/k9mp4enc.cpp +++ b/libk9copy/k9mp4enc.cpp @@ -392,7 +392,7 @@ void k9MP4Enc::execute ( k9DVDTitle *_title ) TQCString str=* ( m_process->args().at ( i ) ); s +=TQString ( str ) +" "; } - tqDebug ( s ); + tqDebug ( "%s", s.ascii() ); time->start(); m_timer3.start(); connect ( m_process, TQT_SIGNAL ( receivedStdout ( KProcess *, char *, int ) ),this, TQT_SLOT ( getStdout ( KProcess *, char *, int ) ) ); |