Fix a bug in JimNumberBase()
commitfc0e0a1ae1dc0e4f38aaceff31ac18f45dbd5b7f
authorSteve Bennett <steveb@workware.net.au>
Tue, 23 Jul 2013 23:47:42 +0000 (24 09:47 +1000)
committerSteve Bennett <steveb@workware.net.au>
Tue, 23 Jul 2013 23:47:42 +0000 (24 09:47 +1000)
tree3d6e1bd64b53bec0acac135df5ed58d1bc0e1781
parent7f77a94148b842133903804424882f6f031385fb
Fix a bug in JimNumberBase()

If the number started with an invalid prefix, e.g. "0x + 1",
number parsing would begin past the end of the string.

Signed-off-by: Steve Bennett <steveb@workware.net.au>
jim.c