IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 30, 2012, 2:49:37 PM (14 years ago)
Author:
eugene
Message:

merge changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20111122/psLib/src/fits/psFitsTableNew.c

    r32409 r33638  
    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.