From e41ae301aa7a10bd0afb2b8317af03f3a25d40bd Mon Sep 17 00:00:00 2001
From: Gerhard Gonter <ggonter@gmail.com>
Date: Wed, 4 Sep 2013 19:06:57 +0200
Subject: [PATCH] fixed csv header

---
 textarchive/lib/TA/ObjReg.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/textarchive/lib/TA/ObjReg.pm b/textarchive/lib/TA/ObjReg.pm
index 7f8c697..5af38ce 100644
--- a/textarchive/lib/TA/ObjReg.pm
+++ b/textarchive/lib/TA/ObjReg.pm
@@ -246,7 +246,7 @@ print "sub verify_toc_v1\n";
   my @extra_fields= (exists ($reg->{'toc_extra_fields'})) ? $reg->{'toc_extra_fields'} : ();
 
   # TODO: this is specific for vlib001.pl, this should be a passed as code ref!
-  my @hdr= qw(seq found paths path mtime fs_size ino);
+  my @hdr= qw(seq found path_count path mtime fs_size ino);
 
   my $c= $reg->{'proj_cat'};
   # pick up current tocs to see if the sequence needs to be updated
-- 
GitLab