https://bugs.kde.org/show_bug.cgi?id=448626

--- Comment #8 from postix <pos...@posteo.eu> ---
Maybe a saver check would be

```        
if (tickDiff > totalDiff &&  totalDiff > 0) {
            return 100.0 * tickDiff / totalDiff;
        }
        return 0.0;
```

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to