IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 26, 2005, 4:27:32 PM (21 years ago)
Author:
desonia
Message:

fixed various bugs in writing of text to table.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/fits/tst_psFits.c

    r5138 r5141  
    66*  @author Robert DeSonia, MHPCC
    77*
    8 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
    9 *  @date $Date: 2005-09-26 22:54:40 $
     8*  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
     9*  @date $Date: 2005-09-27 02:27:32 $
    1010*
    1111*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    195195
    196196        char* str = NULL;
    197         psStringAppend(&str,"row=%d",row);
     197        psStringAppend(&str,"row=%d",row+1);
    198198        psMetadataAdd(header,PS_LIST_TAIL, "MYSTR",
    199199                      PS_DATA_STRING,
Note: See TracChangeset for help on using the changeset viewer.