shithub: mc

Download patch

ref: 373ca257592c99f1fc300e8b2a97e5aa6a13eae2
parent: 13c80d5f597c5c69ed312bb881826e819bf84d30
author: Ori Bernstein <ori@eigenstate.org>
date: Sat Jun 21 09:45:27 EDT 2014

Correct support for zero/space padded negative int

    We would either print '-     123' or 000000-123'
    in the past. Fixed.