eve-seat / seat

SeAT 0x. [UNSUPPORTED]
https://github.com/eveseat/seat
MIT License
69 stars 37 forks source link

Bookmarks in a starbase hanger/container will result in a division by 0. #353

Closed mglinski closed 9 years ago

mglinski commented 9 years ago

Put a single bookmark in any pos module and nothing else. Load up corp assets. Bookmarks have a 0.0 value for their volume results in trying to find the % of used space for that item in the container, and divides by 0.

apfelqoo commented 9 years ago

Thank you very much for the time you spent with me (noob) to find this bug!

eve-seat commented 9 years ago

Stupid bookmark :P

kunnis commented 9 years ago

Ignore the e8c313f commit...

I also did a review of our usage of the / symbol in all blades, none seem to have any divide by zero problems that should pop up.

eve-seat commented 9 years ago

Fixed in #369