Skip to content

Replaced an integer cast by a float cast

Aurel Istrate requested to merge github/fork/nickubels/intfix into master

Created by: nickubels

This cast was causing problems when the amount of storage was not a perfect integer but a float.

Merge request reports