Changeset 38986 for trunk/Ohana/src/uniphot/src/update_dvo_fiximids.c
- Timestamp:
- Oct 27, 2015, 4:49:06 PM (11 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/uniphot/src/update_dvo_fiximids.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/ipp-20150625/Ohana merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana/src/uniphot/src/update_dvo_fiximids.c
r38471 r38986 64 64 if (VERBOSE) fprintf (stderr, "saving catalog %s\n", catalog.filename); 65 65 66 dvo_catalog_save (&catalog, VERBOSE); 67 dvo_catalog_unlock (&catalog); 66 SetProtect (TRUE); 67 if (!dvo_catalog_save (&catalog, VERBOSE)) { fprintf (stderr, "ERROR: failed to save %s\n", catalog.filename); exit (1); } 68 if (!dvo_catalog_unlock (&catalog)) { fprintf (stderr, "ERROR: failed to unlock %s\n", catalog.filename); exit (1); } 69 SetProtect (FALSE); 68 70 dvo_catalog_free (&catalog); 69 71 }
Note:
See TracChangeset
for help on using the changeset viewer.
