diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-05-03 19:28:42 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-05-03 19:28:42 -0500 |
commit | a8e98ad9ce209af0aba35ce26ec9200761b397df (patch) | |
tree | a3af3b0761b9beae9fa06efd31d4bd173ba17370 /libk9copy/k9dvdauthor.cpp | |
parent | d9ed8b3291e596eafed777956a062dc8816d0d3c (diff) | |
download | k9copy-a8e98ad9ce209af0aba35ce26ec9200761b397df.tar.gz k9copy-a8e98ad9ce209af0aba35ce26ec9200761b397df.zip |
Fix remaining string format errors
Diffstat (limited to 'libk9copy/k9dvdauthor.cpp')
-rwxr-xr-x | libk9copy/k9dvdauthor.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libk9copy/k9dvdauthor.cpp b/libk9copy/k9dvdauthor.cpp index 3676109..256cf53 100755 --- a/libk9copy/k9dvdauthor.cpp +++ b/libk9copy/k9dvdauthor.cpp @@ -505,7 +505,7 @@ void k9DVDAuthor::DVDAuthorStderr(KProcess *proc, char *buffer, int buflen ) { // m_copied+=totalBytes - m_lastPos; m_copied=totalBytes; m_lastPos=totalBytes; - //tqDebug(TQString("copied : %1 totalSize : %2").arg(m_copied).arg(m_totalSize*512)); + //tqDebug("%s", (TQString("copied : %1 totalSize : %2").arg(m_copied).arg(m_totalSize*512).ascii()); m_percent=(float)m_copied / (float)(m_totalSize/DVD_VIDEO_LB_LEN ); @@ -526,7 +526,7 @@ void k9DVDAuthor::DVDAuthorStderr(KProcess *proc, char *buffer, int buflen ) { } /* else { if (!m_stderr.startsWith("libdvdread") && m_stderr.startsWith("libdvdnav")) - tqDebug(m_stderr); + tqDebug("%s", m_stderr.ascii()); } */ int end; |