[Kst] extragear/graphics/kst/src/datasources/planck

George Staikos staikos at kde.org
Mon Feb 27 15:01:56 CET 2006


SVN commit 514106 by staikos:

seems like this isn't needed now?


 M  +1 -1      planck.cpp  


--- trunk/extragear/graphics/kst/src/datasources/planck/planck.cpp #514105:514106
@@ -270,7 +270,7 @@
     return -1;
   }
 
-  int tai = time.toTime_t() + 86400 * (365 * 12 + 3) + 32 + 3600;
+  int tai = time.toTime_t() + 86400 * (365 * 12 + 3) + 32;
   return _planckObject->sampleForTime(tai, ok);
 }
 


More information about the Kst mailing list