Changeset 27838 for branches/tap_branches/pstamp/src/pstampdump.c
- Timestamp:
- May 3, 2010, 8:41:49 AM (16 years ago)
- Location:
- branches/tap_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
pstamp/src/pstampdump.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/tap_branches
- Property svn:mergeinfo changed
-
branches/tap_branches/pstamp/src/pstampdump.c
r25321 r27838 121 121 if (!psArrayLength(array)) { 122 122 fprintf(stderr, "%s contains an empty table\n", fileName); 123 return 1;123 return 0; 124 124 } 125 125 … … 131 131 } 132 132 if (!simple) { 133 printf("ROW_%d METADATA\n", i );133 printf("ROW_%d METADATA\n", i+1); 134 134 printf("%s", str); 135 135 printf("END\n");
Note:
See TracChangeset
for help on using the changeset viewer.
