]> git.pld-linux.org Git - packages/xephem.git/blob - xephem-xephemdbd.patch
- fixed to match libastro
[packages/xephem.git] / xephem-xephemdbd.patch
1 --- GUI/xephem/tools/xephemdbd/request.c.orig   2007-08-30 14:26:29.000000000 +0200
2 +++ GUI/xephem/tools/xephemdbd/request.c        2007-08-30 14:26:13.000000000 +0200
3 @@ -155,7 +155,7 @@
4  {
5         char str1[32], str2[32];
6  
7 -       fs_date (str1, mjd_day(mjd));
8 +       fs_date (str1, pref_get(PREF_DATE_FORMAT), mjd_day(mjd));
9         fs_sexa (str2, mjd_hr(mjd), 2, 3600);
10         printf ("UTC Time:  %s  %s  JD %13.5f\n", str1, str2, mjd+MJD0);
11  
This page took 0.13575 seconds and 3 git commands to generate.