Changeset 27435 for trunk/Ohana/src/imregister/imphot/subset.c
- Timestamp:
- Mar 24, 2010, 11:22:25 AM (16 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/imregister/imphot/subset.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/20091201/Ohana merged eligible /branches/eam_branches/largefiles.20100314/Ohana merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana/src/imregister/imphot/subset.c
r21508 r27435 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.
