Patch-ID# 100056-01 Keywords: library scanf float Synopsis:Scanf may not read floating point correctly. Date: 2-April-90 SunOS release: 4.0.3 Bug ID's fixed with this patch: 1030795 Patches which conflict with this patch: Architectures for which this patch is available: sun3, sun4 Obsoleted by: Problem description: Given a scanf format for a floating point (such as %5f), if the input string is a valid number which exactly fills that field width, and if the last digit of the string is a zero, then the zero will appear as the first digit of the next field.