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-ae28
1 files changed, 0 insertions, 28 deletions
diff --git a/math/sc/files/patch-ae b/math/sc/files/patch-ae
deleted file mode 100644
index d9a814638407..000000000000
--- a/math/sc/files/patch-ae
+++ /dev/null
@@ -1,28 +0,0 @@
---- format.c.orig Mon May 11 11:43:34 1992
-+++ format.c Sun Jun 23 19:38:37 2002
-@@ -256,14 +256,14 @@
-
- case '#':
- width++;
-+ zero_pad++;
- break;
-
- case '0':
-- zero_pad = ++width;
-+ width++;
- break;
- }
- }
-- zero_pad = strlen(decimal) - zero_pad;
- }
- (void) sprintf(prtfmt, "%%.%dlf", width);
- (void) sprintf(mantissa, prtfmt, val);
-@@ -281,6 +281,8 @@
- {
- if (*cp == '0')
- *cp = EOS;
-+ else
-+ break;
- }
- }
-