Re: text.e bugs?
- Posted by cargoan Jan 12, 2015
- 2211 views
Actually it was my mistake. I had to delete a line in the first patch that should be commented
This one:
argtext = argtext[ 1 .. $ - pflag ] & repeat('0', decs - pos)
Then jim comments the other and left that, when it should be the opposite. Although they had the error of a dot insertion (copy/paste stuff)
Thank you for everything!