Changeset 38624
- Timestamp:
- Jul 22, 2015, 6:14:07 PM (11 years ago)
- Location:
- branches/eam_branches/ipp-20150625/Ohana/src/dvolens/src
- Files:
-
- 2 edited
-
dvolens.c (modified) (1 diff)
-
update_objects.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20150625/Ohana/src/dvolens/src/dvolens.c
r37358 r38624 4 4 5 5 // get configuration info, args 6 SetSignals (); 6 7 DvoLensMode mode = initialize (argc, argv); 7 8 if (!mode) exit (2); -
branches/eam_branches/ipp-20150625/Ohana/src/dvolens/src/update_objects.c
r38471 r38624 94 94 95 95 SetProtect (TRUE); 96 dvo_catalog_save (&catalog, VERBOSE);97 dvo_catalog_unlock (&catalog);96 if (!dvo_catalog_save (&catalog, VERBOSE)) { fprintf (stderr, "ERROR: failed to save %s\n", catalog.filename); exit (1); } 97 if (!dvo_catalog_unlock (&catalog)) { fprintf (stderr, "ERROR: failed to unlock %s\n", catalog.filename); exit (1); } 98 98 SetProtect (FALSE); 99 99
Note:
See TracChangeset
for help on using the changeset viewer.
