IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31477 for trunk/ippTools/src


Ignore:
Timestamp:
May 6, 2011, 4:02:47 PM (15 years ago)
Author:
watersc1
Message:

Missing sass_id value when the association is already defined. I'm
unclear why this worked before and then stopped. It seems to be back
to the "working" category with this edit.

File:
1 edited

Legend:

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

    r31445 r31477  
    508508          association->sass_id = sass_id;
    509509        }
     510        else {
     511          sass_id = association->sass_id;
     512        }
    510513        // Insert the map entry for this row.
    511514        stackAssociationMapRow *maprow = stackAssociationMapRowAlloc(sass_id,stack_id);
Note: See TracChangeset for help on using the changeset viewer.