Changeset 33634
- Timestamp:
- Mar 30, 2012, 2:33:31 PM (14 years ago)
- Location:
- branches/eam_branches/ipp-20111122/Ohana/src/relastro/src
- Files:
-
- 2 edited
-
args.c (modified) (1 diff)
-
relastro_objects.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111122/Ohana/src/relastro/src/args.c
r33580 r33634 595 595 } 596 596 597 // do not hold the lock on the Image table598 597 UPDATE = FALSE; 598 if ((N = get_argument (argc, argv, "-update"))) { 599 remove_argument (N, &argc, argv); 600 UPDATE = TRUE; 601 } 602 603 // do not hold the lock on the Image table for relastro_client -update-offsets 604 if (FIT_TARGET == TARGET_UPDATE_OFFSETS) { 605 UPDATE = FALSE; 606 } 599 607 600 608 /* XXX update this */ -
branches/eam_branches/ipp-20111122/Ohana/src/relastro/src/relastro_objects.c
r33600 r33634 138 138 if (VERBOSE2) { snprintf (tmpline, 1024, "%s -vv", command); strcpy (command, tmpline); } 139 139 if (RESET) { snprintf (tmpline, 1024, "%s -reset", command); strcpy (command, tmpline); } 140 if (UPDATE) { snprintf (tmpline, 1024, "%s -update", command); strcpy (command, tmpline); } 140 141 141 142 if (ImagSelect) { snprintf (tmpline, 1024, "%s -instmag %f %f", command, ImagMin, ImagMax); strcpy (command, tmpline); }
Note:
See TracChangeset
for help on using the changeset viewer.
