SOURCES: xephem-xephemdbd.patch (NEW) - fixed to match libastro

gotar gotar at pld-linux.org
Thu Aug 30 14:52:57 CEST 2007


Author: gotar                        Date: Thu Aug 30 12:52:57 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fixed to match libastro

---- Files affected:
SOURCES:
   xephem-xephemdbd.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/xephem-xephemdbd.patch
diff -u /dev/null SOURCES/xephem-xephemdbd.patch:1.1
--- /dev/null	Thu Aug 30 14:52:57 2007
+++ SOURCES/xephem-xephemdbd.patch	Thu Aug 30 14:52:52 2007
@@ -0,0 +1,11 @@
+--- GUI/xephem/tools/xephemdbd/request.c.orig	2007-08-30 14:26:29.000000000 +0200
++++ GUI/xephem/tools/xephemdbd/request.c	2007-08-30 14:26:13.000000000 +0200
+@@ -155,7 +155,7 @@
+ {
+ 	char str1[32], str2[32];
+ 
+-	fs_date (str1, mjd_day(mjd));
++	fs_date (str1, pref_get(PREF_DATE_FORMAT), mjd_day(mjd));
+ 	fs_sexa (str2, mjd_hr(mjd), 2, 3600);
+ 	printf ("UTC Time:  %s  %s  JD %13.5f\n", str1, str2, mjd+MJD0);
+ 
================================================================


More information about the pld-cvs-commit mailing list