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

George Staikos staikos at kde.org
Tue Nov 22 01:04:22 CET 2005


SVN commit 482149 by staikos:

make relative timing work.  This means that you can ask for "x seconds" of data
or similar with piolib.


 M  +1 -1      planckobj.cpp  


--- trunk/extragear/graphics/kst/kst/datasources/planck/planckobj.cpp #482148:482149
@@ -350,7 +350,7 @@
     }
     return -1;
   }
-  return sampleForTime(floor(left + 0.5) + ms, ok);
+  return sampleForTime(floor(left + 0.5) + ms / 1000, ok);
 }
 
 


More information about the Kst mailing list