Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37880342
en ru br
ALT Linux repos
5.0: 0.1.0-alt0.M50.1

Group :: Development/KDE and QT
RPM: qtscriptgenerator

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: qtscriptgenerator-src-0.1.0-fix-strings.patch
Download


--- qtscriptgenerator-src-0.1.0/generator/reporthandler.cpp~	2009-02-20 12:42:24.000000000 +0100
+++ qtscriptgenerator-src-0.1.0/generator/reporthandler.cpp	2009-04-11 11:39:43.000000000 +0200
@@ -39,7 +39,7 @@
     if (db && db->isSuppressedWarning(warningText)) {
         ++m_suppressed_count;
     } else if (!m_reported_warnings.contains(warningText)) {
-        qDebug(qPrintable(warningText));
+        qDebug("%s", qPrintable(warningText));
         ++m_warning_count;
 
         m_reported_warnings.insert(warningText);
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin