summaryrefslogtreecommitdiffstats
path: root/libk9copy/k9cellcopylist.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-05-03 19:28:42 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-05-03 19:28:42 -0500
commita8e98ad9ce209af0aba35ce26ec9200761b397df (patch)
treea3af3b0761b9beae9fa06efd31d4bd173ba17370 /libk9copy/k9cellcopylist.cpp
parentd9ed8b3291e596eafed777956a062dc8816d0d3c (diff)
downloadk9copy-a8e98ad9ce209af0aba35ce26ec9200761b397df.tar.gz
k9copy-a8e98ad9ce209af0aba35ce26ec9200761b397df.zip
Fix remaining string format errors
Diffstat (limited to 'libk9copy/k9cellcopylist.cpp')
-rw-r--r--libk9copy/k9cellcopylist.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/libk9copy/k9cellcopylist.cpp b/libk9copy/k9cellcopylist.cpp
index 31e85a3..fe880ac 100644
--- a/libk9copy/k9cellcopylist.cpp
+++ b/libk9copy/k9cellcopylist.cpp
@@ -298,7 +298,7 @@ double k9CellCopyList::getMinFactor(bool _withMenus) {
double minFactor=(fforced-m_frcinbytes) /(MaxSize- (totalSize +m_outbytes) - m_frcoutbytes) ;
tqDebug("%s", (TQString("minfactor(%1)=(fforced(%2) -m_frinbytes(%3))/(MacSize(%4)-totalSize(%5)-m_outbytes(%6) - m_frcoutbytes(%7))").arg(minFactor).arg(fforced).arg(m_frcinbytes).arg(MaxSize).arg(totalSize).arg(m_outbytes).arg(m_frcoutbytes)).ascii());
-
+
if (minFactor<1)
minFactor=1;
return minFactor;
@@ -347,7 +347,7 @@ double k9CellCopyList::getfactor(bool _withMenus,bool _streams) {
if (dvdSize2 <0) {
factor=2.5;
- //tqDebug(TQString("dvdSize (%1)- _outbytes(%2) - fforcedsh(%3)=%4").arg(dvdSize).arg(m_outbytes).arg(fforcedsh).arg(dvdSize2));
+ //tqDebug("%s", (TQString("dvdSize (%1)- _outbytes(%2) - fforcedsh(%3)=%4").arg(dvdSize).arg(m_outbytes).arg(fforcedsh).arg(dvdSize2).ascii()));
}
else {
factor=(totalSize +menuSize - fforced -m_inbytes)/ dvdSize2 ;
@@ -361,7 +361,7 @@ double k9CellCopyList::getfactor(bool _withMenus,bool _streams) {
uint64_t i=m_inbytes;
//if (o==0)
// o=1;
- //tqDebug(TQString("factor : %1 realise : %2").arg(factor).arg((double)i/(double)o));
+ //tqDebug("%s", (TQString("factor : %1 realise : %2").arg(factor).arg((double)i/(double)o).ascii()));
if (factor<=1)
factor=1;