- Timestamp:
- May 3, 2010, 8:41:49 AM (16 years ago)
- Location:
- branches/tap_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/tap_branches
- Property svn:mergeinfo changed
-
branches/tap_branches/Ohana
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/Ohana merged eligible /branches/eam_branches/Ohana.20100407 27635-27772 /branches/pap_delete/Ohana 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/tap_branches/Ohana/src/imregister/imphot/subset.c
r21508 r27838 2 2 # include "imphot.h" 3 3 4 int *subset (Image *image, int Nimage, int *nsubset) {4 off_t *subset (Image *image, off_t Nimage, off_t *nsubset) { 5 5 6 int i, j, status;7 int Nsubset, NameSelectLength;8 int *index;6 off_t i, j, status; 7 off_t Nsubset, NameSelectLength; 8 off_t *index; 9 9 10 10 NameSelectLength = 0; … … 12 12 /* allocate space for reference lists */ 13 13 Nsubset = 0; 14 ALLOCATE (index, int, Nimage);14 ALLOCATE (index, off_t, Nimage); 15 15 16 16 if (criteria.NameSelect) {
Note:
See TracChangeset
for help on using the changeset viewer.
