IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 27, 2008, 12:04:31 PM (18 years ago)
Author:
jhoblitt
Message:

stacktool -definebyquery fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/stacktool.c

    r16687 r16688  
    246246        for (long j = 0; j < psArrayLength(col); j++) {
    247247            bool status;
    248             psS64 warp_id = psMetadataLookupS64(&status, col->data[0], "warp_id");
     248            psS64 warp_id = psMetadataLookupS64(&status, col->data[j], "warp_id");
    249249            if (!status) {
    250250                if (!psDBRollback(config->dbh)) {
Note: See TracChangeset for help on using the changeset viewer.