mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
suffix" convention. sc will also prepend a hash character which will make the backup files go out of common directory sort order. - A value such as 40 will be displayed wrongly if displayed with a "0.00 EUR" format (i.e. more than one or two characters alpha text after the number format). - 8-bit characters (according to usual locale conventions) should be allowed. PR: 32017 Submitted by: Helge Oldach <send-pr@oldach.net>
10 lines
264 B
Text
10 lines
264 B
Text
--- format.c.orig Mon May 11 20:43:34 1992
|
|
+++ format.c Sat Dec 9 21:24:41 2000
|
|
@@ -263,7 +263,6 @@
|
|
break;
|
|
}
|
|
}
|
|
- zero_pad = strlen(decimal) - zero_pad;
|
|
}
|
|
(void) sprintf(prtfmt, "%%.%dlf", width);
|
|
(void) sprintf(mantissa, prtfmt, val);
|