Index: branches/tap_branches/pstamp/src/pstampdump.c
===================================================================
--- branches/tap_branches/pstamp/src/pstampdump.c	(revision 25900)
+++ branches/tap_branches/pstamp/src/pstampdump.c	(revision 27838)
@@ -121,5 +121,5 @@
     if (!psArrayLength(array)) {
         fprintf(stderr, "%s contains an empty table\n", fileName);
-        return 1;
+        return 0;
     }
 
@@ -131,5 +131,5 @@
         }
         if (!simple) {
-            printf("ROW_%d METADATA\n", i);
+            printf("ROW_%d METADATA\n", i+1);
             printf("%s", str);
             printf("END\n");
