Changeset 28864
- Timestamp:
- Aug 6, 2010, 11:23:25 PM (16 years ago)
- Location:
- branches/eam_branches/ipp-20100621/Ohana/src/dvomerge/src
- Files:
-
- 2 edited
-
dvo_image_merge_dbs.c (modified) (1 diff)
-
dvomergeUpdate.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100621/Ohana/src/dvomerge/src/dvo_image_merge_dbs.c
r28723 r28864 65 65 off_t Nlo, Nhi, N; 66 66 67 if (!IDmap->Nmap) return 0; 68 67 69 // find the a close entry below desired ID 68 70 Nlo = 0; Nhi = IDmap->Nmap; -
branches/eam_branches/ipp-20100621/Ohana/src/dvomerge/src/dvomergeUpdate.c
r28863 r28864 131 131 // load the image table 132 132 if (inDB.dbstate == LCK_EMPTY) { 133 Shutdown ("can't find input image catalog %s", inDB.filename); 133 // Shutdown ("can't find input image catalog %s", inDB.filename); 134 IDmap->Nmap = 0; 135 return TRUE; 134 136 } 135 137 if (!dvo_image_load (&inDB, VERBOSE, TRUE)) {
Note:
See TracChangeset
for help on using the changeset viewer.
