Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 193c11867a0ef556f2317a2066d8f045 > files > 1

qsvn-0.8.3-1mdv2010.0.src.rpm

--- src/statustext.cpp~	2008-11-17 20:52:51.000000000 +0100
+++ src/statustext.cpp	2008-12-25 14:44:42.000000000 +0100
@@ -59,5 +59,5 @@
         qApp->processEvents();
     }
     else
-        qDebug(s.toAscii());
+        qDebug("%d",s.toAscii());
 }