]> git.pld-linux.org Git - packages/xephem.git/commitdiff
- fixed to match libastro
authorTomasz Pala <gotar@pld-linux.org>
Thu, 30 Aug 2007 12:52:52 +0000 (12:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xephem-xephemdbd.patch -> 1.1

xephem-xephemdbd.patch [new file with mode: 0644]

diff --git a/xephem-xephemdbd.patch b/xephem-xephemdbd.patch
new file mode 100644 (file)
index 0000000..0fa81b0
--- /dev/null
@@ -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);
This page took 0.103548 seconds and 4 git commands to generate.