IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32984


Ignore:
Timestamp:
Dec 20, 2011, 4:49:20 PM (15 years ago)
Author:
heather
Message:

switched some parameters to allow it to compile on ubuntu/atom

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/haf_add201112/psLib/src/fits/psFitsTableNew.c

    r32409 r32984  
    130130    if (numCols > 0) {
    131131        table->columns = psAlloc(sizeof(psFitsTableColumn) * numCols);
    132         memset(table->columns, sizeof(psFitsTableColumn) * numCols, 0);
     132        memset(table->columns, 0, sizeof(psFitsTableColumn) * numCols);
    133133    } else {
    134134        table->columns = NULL;
Note: See TracChangeset for help on using the changeset viewer.