Comment 1 for bug 106197

Revision history for this message
Elie De Brauwer (elie) wrote :

Attached it status.cpp.diff which contains a fix for the calcAverage() function, busicly instead of enumerating all the items in the window, it simply starts accumulating numbers and it stops when either the entire window is calculated or when the sum would overflow.