Changeset 35579 for trunk/Ohana/src/addstar/src/UpdateImageIDs.c
- Timestamp:
- May 10, 2013, 5:53:31 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/addstar/src/UpdateImageIDs.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/addstar/src/UpdateImageIDs.c
r35263 r35579 35 35 } 36 36 37 // TEST IMAGE_ID OVER-RIDE: 38 if (IMAGE_ID_OVERRIDE) { 39 imageID = IMAGE_ID_OVERRIDE; 40 } 41 37 42 // XXX should the first image ID be 1, not 0? 38 43 if (imageID == 0) imageID = 1; … … 54 59 // set and update the imageID sequence 55 60 // the file holding the index is created above if this is an empty db 56 CheckDuplicateImageIDs (images, Nimages); 61 if (NO_DUPLICATE_IMAGES) { 62 CheckDuplicateImageIDs (images, Nimages); 63 } 57 64 58 65 imageID += Nimages;
Note:
See TracChangeset
for help on using the changeset viewer.
