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

List:       kde-commits
Subject:    KDE/kdeedu/marble/src/lib/geodata/parser
From:       Adriaan de Groot <groot () kde ! org>
Date:       2008-05-18 0:20:13
Message-ID: 1211070013.692832.22788.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 808976 by adridg:

No guarantee we're using std::fprintf here, so make it explicit (cstdio may not do all the usings)

 M  +1 -1      GeoDocument.cpp  


--- trunk/KDE/kdeedu/marble/src/lib/geodata/parser/GeoDocument.cpp #808975:808976
@@ -37,7 +37,7 @@
 {
 #if DUMP_GEONODE_LEAKS > 0
     if ( s_leakProtector != 0 ) {
-        fprintf( stderr, "Found %lu GeoNode object LEAKS!\n", s_leakProtector );
+        std::fprintf( stderr, "Found %lu GeoNode object LEAKS!\n", s_leakProtector );
         s_leakProtector = 0;
     }
 #endif
[prev in list] [next in list] [prev in thread] [next in thread] 

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