Skip to content

[fix] Fix time display

Julia Sanchez requested to merge FixTimeDisplay into master
  • The time as integer was printed using "/" and "%" operators
  • The case where the first digit is 0 was not taken into account, leading to bad time display
  • This display bug is fixed, using the conversion to double

@nick.laurenson PTAL

Edited by Julia Sanchez

Merge request reports