X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=blobdiff_plain;f=fingerprinter;h=246252d1bd4c14a10eae3402489a854ecad57889;hp=71376b9d0940872b65a8e81e6e14d816c25df67c;hb=ba2286c9f842fde94f970bfef8b2c49e8ab41f33;hpb=04dc8f3c3f7cd2e5f88e68e95748ec4e51f5fe08 diff --git a/fingerprinter b/fingerprinter index 71376b9..246252d 100755 --- a/fingerprinter +++ b/fingerprinter @@ -26,7 +26,7 @@ for my $file (@ARGV) { my $batch = undef; my $record = undef; #$batch = MARC::Batch->new('XML', $records); # The other part of the hack - $batch = MARC::Batch->new('XML', $file); + $batch = MARC::Batch->new($conf->{marctype}, $file); $batch->strict_off(); $batch->warnings_off();