Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > c27792b0c97403cf8e23d364ce6f4801 > files > 1

sqlitebrowser-2.0-0.r68.3.mga3.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.latin1() );
        QString sql;
        //do the sql rename here
        //if (!pdb->executeSQL(QString("BEGIN TRANSACTION;"))) goto rollback;