[Kst] kdeextragear-2/kst/kst/datasources/planck

George Staikos staikos at kde.org
Wed Feb 11 13:03:32 CET 2004


CVS commit by staikos: 

make it compile with newer piolib


  M +1 -1      planckdata.cpp   1.8


--- kdeextragear-2/kst/kst/datasources/planck/planckdata.cpp  #1.7:1.8
@@ -30,5 +30,5 @@ bool validDatabase(const QString& db) {
   PIOGroup *g = PIOOpenVoidGrp(const_cast<char*>(db.latin1()), const_cast<char*>("r"));
   if (g) {
-    PIOCloseTOIGrp(g);
+    PIOCloseVoidGrp(g);
     return true;
   }





More information about the Kst mailing list