ghostop14 / sparrow-wifi

Next-Gen GUI-based WiFi and Bluetooth Analyzer for Linux
GNU General Public License v3.0
1.24k stars 156 forks source link

Fixes Issue #69 #73

Closed BuzzTheStrawman closed 2 years ago

BuzzTheStrawman commented 2 years ago

Ambiguous division operators were used resulting in possible floating point results instead of the expended int. This was fixed by changing the divisors to the floor division operator.