Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > media > contrib-release-src > by-pkgid > 9d21a8269ec251265834dd4cac86913d > files > 1

sqlitebrowser-2.0-0.b1.1mdv2010.1.src.rpm

--- edittableform.cpp.str	2010-02-18 08:31:01.000000000 +0100
+++ edittableform.cpp	2010-02-18 08:31:13.000000000 +0100
@@ -86,7 +86,7 @@
        QApplication::setOverrideCursor( Qt::waitCursor ); // this might take time
        modified = true;
        QString newName = renTableForm->getTableName();
-       qDebug(newName);
+       qDebug("%s", newName);
        QString sql;
        //do the sql rename here
        //if (!pdb->executeSQL(QString("BEGIN TRANSACTION;"))) goto rollback;