FreeBSD Bugzilla – Attachment 33288 Details for
Bug 54602
Update astro/mymoon (maintainer): fix build with gcc-3.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.08 KB, created by
Kirill Ponomarew
on 2003-07-18 06:40:05 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Kirill Ponomarew
Created:
2003-07-18 06:40:05 UTC
Size:
1.08 KB
patch
obsolete
>diff -urN mymoon.orig/files/patch-mymoon.c mymoon/files/patch-mymoon.c >--- mymoon.orig/files/patch-mymoon.c Thu Jan 1 01:00:00 1970 >+++ mymoon/files/patch-mymoon.c Fri Jul 18 07:30:00 2003 >@@ -0,0 +1,23 @@ >+--- mymoon.c.orig Fri Jul 18 09:25:58 2003 >++++ mymoon.c Fri Jul 18 09:26:35 2003 >+@@ -122,14 +122,12 @@ >+ getmaxyx(stdscr,row,cols); >+ >+ mvprintw(row/4,0, >+-" >+- Moon's situation at: %d/%d/%d %d:%d:%d >+- Age: +- %d days >+- Rise: %d/%d/%d %d:%d:%d >+- Set: %d/%d/%d %d:%d:%d >+- Illuminated: %.4f%% >+- Moon->Earth distance: %.3f Km\n\n >+-", >++ "Moon's situation at: %d/%d/%d %d:%d:%d\n" >++ "Age: +- %d days\n" >++ "Rise: %d/%d/%d %d:%d:%d\n" >++ "Set: %d/%d/%d %d:%d:%d\n" >++ "Illuminated: %.4f%%\n" >++ "Moon->Earth distance: %.3f Km\n\n", >+ date3.days,date3.months,date3.years,date3.hours,date3.minutes,(int)date3.seconds,(int)age, >+ date1.days,date1.months,date1.years,date1.hours,date1.minutes,(int)date1.seconds, >+ date2.days,date2.months,date2.years,date2.hours,date2.minutes,(int)date2.seconds,light,dist);
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 54602
: 33288