[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/work/kde4/kdelibs/kdecore
From:       David Faure <faure () kde ! org>
Date:       2005-07-03 0:56:53
Message-ID: 1120352213.722175.2603.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 431023 by dfaure:

kdecore compiles again


 M  +2 -2      klibloader.cpp  


--- branches/work/kde4/kdelibs/kdecore/klibloader.cpp #431022:431023
@@ -149,8 +149,8 @@
     if ( m_factory )
         return m_factory;
 
-    QString symname;
-    symname.sprintf("init_%s", name().toLatin1().data() );
+    QByteArray symname = "init_";
+    symname += name().toLatin1();
 
     void* sym = symbol( symname );
     if ( !sym )
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic