]> git.pld-linux.org Git - packages/xephem.git/blame - xephem-fits.patch
- added missing dirs (gallery, lo)
[packages/xephem.git] / xephem-fits.patch
CommitLineData
9e3b36fe 1--- xephem-3.7.1.orig/GUI/xephem/skyfits.c 2005-11-18 14:43:11.000000000 +0100
76480e4a 2+++ xephem-3.7.1/GUI/xephem/skyfits.c 2006-07-30 03:18:21.623272750 +0200
3@@ -1398,7 +1398,7 @@
4 dd++;
5 dm = 0;
6 }
7- (void) sprintf (buf, "%02d%02d%c%02d%02d", rh, rm,
8+ (void) sprintf (buf, "%02d%02d%c%02d%02d.fts", rh, rm,
9 dneg ? '-' : '+', dd, dm);
9e3b36fe 10
76480e4a 11 }
This page took 0.025907 seconds and 4 git commands to generate.