show/hide this revision's text 2 added 18 characters in body
int percent = 0
if (max != 0) percent = (100*position) / max
show/hide this revision's text 1

int percent = 0

if (max != 0) percent = (100*position) / max