IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 20, 2006, 2:39:15 PM (20 years ago)
Author:
jhoblitt
Message:

fix type casting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/glueforge/templates/psdb/selectrowobjects.tt

    r6043 r6087  
    1212    // strip index column
    1313    for (i = 0; i < rowSet->n; i++) {
    14         if (!psMetadataRemove((psMetadata *)rowSet->data[i], 0, [% table.namespace FILTER upper %]_INDEX_NAME)) {
     14        if (!psMetadataRemove((psMetadata *)(rowSet->data[i]), 0, [% table.namespace FILTER upper %]_INDEX_NAME)) {
    1515            psError(PS_ERR_UNKNOWN, true, "failed to remove item %s", [% table.namespace FILTER upper %]_INDEX_NAME);
    1616            psFree(rowSet);
Note: See TracChangeset for help on using the changeset viewer.