--- YodaProfiler/src/GLTables.cpp 2008/03/07 10:35:15 1.38 +++ YodaProfiler/src/GLTables.cpp 2008/03/07 13:24:24 1.39 @@ -1705,7 +1705,7 @@ */ UInt_t GL_TIMESYNC::ResursTime(UInt_t OBT){ // - return(((UInt_t)((Int_t)(this->DBobt(OBT)-this->DBobt(OBT0))/1000)+TIMESYNC)); + return(((UInt_t)((Int_t)(this->DBobt(OBT)-this->DBobt(OBT0)/1000))+TIMESYNC)); // };