Fix bug reported by engard.ferenc at innomed.hu whereby using the %f format
authorPaul Green <paulg@samba.org>
Wed, 9 Apr 2003 21:10:18 +0000 (21:10 +0000)
committerPaul Green <paulg@samba.org>
Wed, 9 Apr 2003 21:10:18 +0000 (21:10 +0000)
commit990ff150efe782b1f85af0c3b903f4e50e1757be
tree209e42ca0ee445318fae9366b589a4dddabc8347
parente72b18a9bd9f89847e49e87c1159c74d7bf0fbf3
Fix bug reported by engard.ferenc at innomed.hu whereby using the %f format
in sprintf with a value like 0.025 produced 0.250.  We were dropping the
leading zeros before the fractional digits.
lib/snprintf.c