ports/sysutils/gkrellm/plugins/sun/patches/patch-CalcEphem_c

15 lines
384 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
64bit time_t
Index: CalcEphem.c
--- CalcEphem.c.orig
+++ CalcEphem.c
@@ -217,7 +217,7 @@ static void SunRise(int year, int month, int day, gdou
if (debug)
{
- g_message("gkrellsun ephem : CurrentGMTTime = %ld\n", CurrentGMTTime);
+ g_message("gkrellsun ephem : CurrentGMTTime = %lld\n", CurrentGMTTime);
}
/* N.B. CurrentGMTTime must already be set! */