[Kst] kdeextragear-2/kst/kst/datasources/planck
George Staikos
staikos at kde.org
Fri Apr 1 23:24:37 CEST 2005
CVS commit by staikos:
long long is the type
M +1 -1 planckobj.cpp 1.29
--- kdeextragear-2/kst/kst/datasources/planck/planckobj.cpp #1.28:1.29
@@ -64,5 +64,5 @@ Planck::TimeType Object::typeOfTime() {
Planck::ObjectGroup *g = findGroup(_group);
assert(g);
- snprintf(range, 127, "Begin=%ld\nEnd=%ld", *g->firstIndex, *g->lastIndex);
+ snprintf(range, 127, "Begin=%lld\nEnd=%lld", *g->firstIndex, *g->lastIndex);
long n = PIORead_1(const_cast<char*>("TIMES_OF_SAMPLES"), const_cast<char*>("Written"), const_cast<char*>("PIODOUBLE"), range, &g->_group, &obj, &MyData, &MyDataFlag);
More information about the Kst
mailing list