From 7026b96ec807b169f7b413056e52412ae422ea9d Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 30 Oct 2014 13:15:19 -0600 Subject: The new division works great! Other minor bug fixes including scale issues, digit() access stopped a digit before the final possible digit in the scale, >, >=, <, <= all work correctly with mixed scale numbers now, probably other fixes. --- src/options.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/options.cpp') diff --git a/src/options.cpp b/src/options.cpp index 6e264f9..3581500 100644 --- a/src/options.cpp +++ b/src/options.cpp @@ -150,6 +150,7 @@ int Options::convert( Bu::StringArray aArgs ) iToRadix = strtol( lBits.last().getStr(), 0, 10 ); n = Number( *(lBits.begin()+1), 0, iFromRadix ); } + Bu::println("%1").arg( n.toString() ); Bu::println("%1").arg( n.toRadix( iToRadix ).toString() ); } -- cgit v1.2.3