Changeset 5320 for trunk/Ohana/src/opihi/dvo/subpix.c
- Timestamp:
- Oct 13, 2005, 2:37:39 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/dvo/subpix.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/dvo/subpix.c
r5014 r5320 50 50 return (FALSE); 51 51 } 52 if (!load_catalog (&catalog, LOAD_AVES | LOAD_MEAS, TRUE)) { 52 catalog.catflags = LOAD_AVES | LOAD_MEAS; 53 if (!load_catalog (&catalog, TRUE)) { 53 54 unlock_catalog (&catalog); 54 55 return (FALSE);
Note:
See TracChangeset
for help on using the changeset viewer.
