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

List:       kde-commits
Subject:    KDE/kdeedu/marble/src/tilecreator
From:       Dennis Nienhüser <earthwings () gentoo ! org>
Date:       2010-04-02 21:24:42
Message-ID: 20100402212442.8839AAC88C () svn ! kde ! org
[Download RAW message or body]

SVN commit 1110372 by nienhueser:

tilecreator wants four parameters, argc must be five.

 M  +1 -1      main.cpp  
 M  +1 -1      tccore.cpp  


--- trunk/KDE/kdeedu/marble/src/tilecreator/main.cpp #1110371:1110372
@@ -17,7 +17,7 @@
 int main(int argc, char *argv[])
 {
     TCCoreApplication app( argc, argv );
-    if( argc < 4 ) {
+    if( argc < 5 ) {
     /*
             PREFIX: this is the prefix of the source directory
             INSTALLMAP: this is the map that you want to install - in the form MAPNAME/MAPNAME.jpg
--- trunk/KDE/kdeedu/marble/src/tilecreator/tccore.cpp #1110371:1110372
@@ -15,7 +15,7 @@
 TCCoreApplication::TCCoreApplication( int argc, char ** argv ) : QCoreApplication( argc, argv )
 {
     
-    if( !(argc < 4) )
+    if( !(argc < 5) )
     {
         m_tilecreator = new TileCreator( argv [1], argv[2], argv[3], argv[4] );
         connect(m_tilecreator, SIGNAL(finished()), this, SLOT(quit()));
[prev in list] [next in list] [prev in thread] [next in thread] 

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