622c622 < if(last_digit > 4 && !skip && text) --- > if((last_digit > 4 || last_digit == 0) && !skip && text)