62f1f8d394
From: Nick Nauwelaerts <nick@nauwelaerts.net>
13 lines
532 B
Plaintext
13 lines
532 B
Plaintext
$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
|
|
struct tm* tmP;
|
|
double jd, pctphase, angphase, cphase, aom, cdist, cangdia, csund, csuang;
|
|
double phases[2], which[2];
|
|
- long clocknow;
|
|
+ time_t clocknow;
|
|
int atflrlen, atflridx, numcols, lin, col, midlin;
|
|
double mcap, yrad, xrad, y, xright, xleft;
|
|
int colright, colleft;
|