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

List:       kde-commits
Subject:    branches/KDE/3.5/kdepim/indexlib
From:       Luís Pedro Coelho <luis () luispedro ! org>
Date:       2005-08-16 16:50:31
Message-ID: 1124211031.448660.9167.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 449759 by luis_pedro:

.info file had changed format


 M  +2 -1      create.cpp  


--- branches/KDE/3.5/kdepim/indexlib/create.cpp #449758:449759
@@ -43,10 +43,11 @@
 	if ( !info ) return indexlib::index_type::none;
 	std::string type;
 	std::string marker;
+	std::string ver;
 	int major, minor;
 	char sep;
 	std::getline( info, marker );
-	info >> major >> sep >> minor;
+	info >> ver >> major >> sep >> minor;
 	info >> type;
 	if ( !info ) return indexlib::index_type::none;
 	if ( type == "quotes" ) return indexlib::index_type::quotes;
[prev in list] [next in list] [prev in thread] [next in thread] 

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