Changeset 34260 for trunk/Ohana/src/relastro
- Timestamp:
- Jul 31, 2012, 4:02:00 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/relastro/src/relastro_objects.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/relastro/src/relastro_objects.c
r33963 r34260 86 86 } 87 87 88 struct timeval now; 89 gettimeofday (&now, (void *) NULL); 90 char *moddate = ohana_sec_to_date (now.tv_sec); 91 gfits_modify (&catalog.header, "RELASTRO", "%s", 1, moddate); 92 free (moddate); 93 88 94 save_catalogs (&catalog, 1); 89 95 }
Note:
See TracChangeset
for help on using the changeset viewer.
