Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 6ccb6b087fa9377d618974cff0bb96f7 > files > 11

qt4-4.5.2-1.7mdv2009.0.src.rpm

--- src/gui/dialogs/qmessagebox.h.orig	2009-07-10 15:14:57.000000000 -0400
+++ src/gui/dialogs/qmessagebox.h	2009-07-10 15:15:15.000000000 -0400
@@ -352,7 +352,7 @@
 QString s = QApplication::tr("Executable '%1' requires Qt "\
  "%2, found Qt %3.").arg(qAppName()).arg(QString::fromLatin1(\
 str)).arg(QString::fromLatin1(qVersion())); QMessageBox::critical(0, QApplication::tr(\
-"Incompatible Qt Library Error"), s, QMessageBox::Abort, 0); qFatal(s.toLatin1().data()); }}
+"Incompatible Qt Library Error"), s, QMessageBox::Abort, 0); qFatal("%s", s.toLatin1().data()); }}
 
 #endif // QT_NO_MESSAGEBOX