IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 24, 2006, 2:33:44 PM (20 years ago)
Author:
Paul Price
Message:

Changed definition of psArrayAlloc.

File:
1 edited

Legend:

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

    r9419 r9742  
    1212    // convert psMetadata rows to row objects
    1313
    14     returnSet = psArrayAlloc(rowSet->n);
    15     returnSet->n = 0;
     14    returnSet = psArrayAllocEmpty(rowSet->n);
    1615
    1716    for (i = 0; i < rowSet->n; i++) {
Note: See TracChangeset for help on using the changeset viewer.