2004-03-02 18:15:30 -05:00
|
|
|
$OpenBSD: patch-phoon_c,v 1.2 2004/03/02 23:15:30 naddy Exp $
|
|
|
|
--- phoon.c.orig 2004-02-23 18:45:07.000000000 +0100
|
|
|
|
+++ phoon.c 2004-02-23 18:45:26.000000000 +0100
|
|
|
|
@@ -354,7 +354,7 @@ putmoon( time_t t, int numlines, char* a
|
2003-01-13 18:34:18 -05:00
|
|
|
struct tm* tmP;
|
2004-03-02 18:15:30 -05:00
|
|
|
double jd, pctphase, angphase, cphase, aom, cdist, cangdia, csund, csuang;
|
2003-01-13 18:34:18 -05:00
|
|
|
double phases[2], which[2];
|
2004-03-02 18:15:30 -05:00
|
|
|
- long clocknow;
|
2003-01-13 18:34:18 -05:00
|
|
|
+ time_t clocknow;
|
|
|
|
int atflrlen, atflridx, numcols, lin, col, midlin;
|
|
|
|
double mcap, yrad, xrad, y, xright, xleft;
|
2004-03-02 18:15:30 -05:00
|
|
|
int colright, colleft;
|