FreeBSD Bugzilla – Attachment 12314 Details for
Bug 23881
Wrong calculation of easter day in calendar program
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 263 bytes, created by
elmar
on 2000-12-27 10:10:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
elmar
Created:
2000-12-27 10:10:00 UTC
Size:
263 bytes
patch
obsolete
>--- /tmp/ostern.c Wed Dec 27 10:39:02 2000 >+++ /tmp/ostern.c-new Wed Dec 27 10:40:06 2000 >@@ -62,7 +62,7 @@ > > e_q = 31 + 28; > >- if (e_k == 0 && e_c != 0) >+ if (e_k == 0 && (e_c != 0 || (year % 400) == 0)) > e_q += 1; > > if (e_n == 4)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 23881
: 12314