]> Kevux Git Server - fll/commit
Bugfix: conversion needs to properly handle '0x' and similar
authorKevin Day <thekevinday@gmail.com>
Wed, 24 Jun 2020 05:14:04 +0000 (00:14 -0500)
committerKevin Day <thekevinday@gmail.com>
Wed, 24 Jun 2020 05:14:04 +0000 (00:14 -0500)
commitedfc7d1bc8723df59f107219e7f1118c557cd590
tree717e96698d0b51eba2d3ae29b0c75d7ccda46dc0
parente938bdffa80e72cf1a680cc6047757aad78c7b75
Bugfix: conversion needs to properly handle '0x' and similar

Invalid Parameter happens when there is no following number after the x in '0x'.
This is because the start and stop range were not being checked after applying the offset.
level_0/f_conversion/c/conversion.c