diff options
| author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 23:33:47 +0000 |
|---|---|---|
| committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 23:33:47 +0000 |
| commit | a14c0668720dcafde3f60b7659a01d99ec693a41 (patch) | |
| tree | 9c1a149bc961f7cd84b7aa93a2d61fec3d0f9685 /math/xspread/files/patch-interp.c | |
| parent | 8e7fd48a294d7d6e54c6d07989807cff33ab19bd (diff) | |
Rename math/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'math/xspread/files/patch-interp.c')
| -rw-r--r-- | math/xspread/files/patch-interp.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/xspread/files/patch-interp.c b/math/xspread/files/patch-interp.c new file mode 100644 index 000000000000..da022c4c23ec --- /dev/null +++ b/math/xspread/files/patch-interp.c @@ -0,0 +1,11 @@ +--- interp.c.orig Tue Nov 7 03:17:26 1995 ++++ interp.c Fri Mar 10 13:34:37 2000 +@@ -516,7 +516,7 @@ + mdays[1] = 28 + (yr%4 == 0); + + if (mo < 1 || mo > 12 || day < 1 || day > mdays[--mo] || +- yr > 1999 || yr < 1970) { ++ yr > 2099 || yr < 1970) { + scerror("@dts: invalid argument"); + cellerror = CELLERROR; + return(0.0); |
