diff --git a/oscar/SleepLib/session.cpp b/oscar/SleepLib/session.cpp index 1f285cb8..b853b1b8 100644 --- a/oscar/SleepLib/session.cpp +++ b/oscar/SleepLib/session.cpp @@ -1628,6 +1628,7 @@ EventDataType Session::rangeCount(ChannelID id, qint64 first, qint64 last) if (id == AllAhiChannels) { for (int i = 0; i < ahiChannels.size(); i++) total += rangeCount(ahiChannels.at(i), first, last); + return (EventDataType)total; } QHash >::iterator j = eventlist.find(id);