diff --git a/float.c b/float.c index d22aa19c..357bcb74 100644 --- a/float.c +++ b/float.c @@ -80,6 +80,8 @@ static void ieee_flconvert_hex(char *string, uint16_t *mant, twopwr = 0; seendot = seendigit = 0; + ms = 0; + mp = NULL; memset(mult, 0, sizeof mult);