12Me21/wscalc

binary parsing bug

Closed this issue · 0 comments

y-ack commented

Num ret = DLread(str, 16);

DLread base is hardcoded, which means binary prefix doesn't work
should be changed to DLread(str, base)