SVN commit 514108 by staikos:
unneeded?
M +1 -1 planck.cpp
--- branches/kst/1.2/kst/kst/datasources/planck/planck.cpp #514107:514108
@@ -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);
}