aboutsummaryrefslogtreecommitdiff
path: root/math/sc/files/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'math/sc/files/patch-ae')
-rw-r--r--math/sc/files/patch-ae10
1 files changed, 10 insertions, 0 deletions
diff --git a/math/sc/files/patch-ae b/math/sc/files/patch-ae
new file mode 100644
index 000000000000..b45d56d23c81
--- /dev/null
+++ b/math/sc/files/patch-ae
@@ -0,0 +1,10 @@
+--- 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);