IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26141


Ignore:
Timestamp:
Nov 13, 2009, 2:45:00 PM (16 years ago)
Author:
bills
Message:

use i + 1 for metadata's name rownum to be more likely consistent with the actual ROWNUM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/src/pstampdump.c

    r25321 r26141  
    131131        }
    132132        if (!simple) {
    133             printf("ROW_%d METADATA\n", i);
     133            printf("ROW_%d METADATA\n", i+1);
    134134            printf("%s", str);
    135135            printf("END\n");
Note: See TracChangeset for help on using the changeset viewer.