Re: text.e bugs?
- Posted by cargoan Jan 12, 2015
- 2245 views
another:
--- text.e 2015-01-12 08:48:35.229966000 +0100 +++ text.e 2015-01-12 08:13:40.122966000 +0100 @@ -1892,12 +1892,11 @@ if pos > decs then argtext = argtext[ 1 .. $ - pos + decs ] elsif pos < decs then - argtext = argtext[ 1 .. $ - pflag ] & repeat('0', decs - pos) - --if pflag then - --argtext = argtext[ 1 .. $ - 1 ] & repeat('0', decs - pos) & ')' - --else - --argtext = argtext & repeat('0', decs - pos) - --end if + if pflag then + argtext = argtext[ 1 .. $ - 1 ] & repeat('0', decs - pos) & ')' + else + argtext = argtext & repeat('0', decs - pos) + end if end if end if elsif decs > 0 then