Files
Castulo Martinez 1f6c8743e1 Fix a bug in Partial truncating an integer value
The Partial() function is used to report a partial progress in a
progress bar. When using this function the value set on the progress bar
was always zero since it was doing a division of two integers that were
always resulting in a number < 1 which was being truncated because both
numbers were integers so go was using an integer to store the result
too.

This commit fixes the bug by converting the values to the right types.

Signed-off-by: Castulo Martinez <castulo.martinez@intel.com>
2019-05-06 13:40:44 -07:00
..
2018-11-09 10:27:27 -08:00
2019-03-11 17:11:55 -07:00
2019-03-06 11:27:53 -08:00
2019-04-18 12:48:36 -07:00
2019-04-18 12:48:36 -07:00
2018-12-07 22:24:58 -08:00
2018-11-06 09:56:51 -08:00
2018-10-01 14:59:22 -07:00
2019-04-30 14:18:45 -07:00
2019-04-19 15:04:57 -07:00
2019-04-24 22:53:59 -07:00