ports/math/sc/files/patch-ae
Steve Price b8a55a6b2b - Backup files should be produced according to the wide-spread "tilde
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>
2001-12-02 22:18:15 +00:00

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);