IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 22, 2005, 9:25:53 AM (21 years ago)
Author:
desonia
Message:

fixed multiple small bugs, including bug 302.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/fileUtils/psFits.c

    r3264 r3298  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-02-17 19:26:24 $
     9 *  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-02-22 19:25:52 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    14961496                    }
    14971497                    if (! found) {
    1498                         psArrayAdd(columns, columns->nalloc, psMemIncrRefCounter(item));
     1498                        psArrayAdd(columns, columns->nalloc, item);
    14991499                    }
    15001500                }
Note: See TracChangeset for help on using the changeset viewer.