HertzDevil / 0CC-FamiTracker

Extension of jsr's FamiTracker
http://0cc-famitracker.tumblr.com/
GNU General Public License v2.0
309 stars 32 forks source link

fixed from PVS-Studio #76

Open ip-gpu opened 6 years ago

ip-gpu commented 6 years ago

I'm a member of the Pinguem.ru competition on finding errors in open source projects. A bug, found using PVS-Studio. Warnings:

V609 Divide by zero. Denominator 'TickTot' == 0. tempodisplay.cpp 53

nyanpasu64 commented 6 years ago

I somehow doubt that this is an actual bug (that denom will ever == 0), and that the author even reads this bugtracker