From 4c451aceaa1c5c36d9f5dd6529ef9f246dfaed6d Mon Sep 17 00:00:00 2001 From: Shawn Boyette Date: Thu, 18 Jun 2009 18:23:36 +0000 Subject: [PATCH] set default window size to 9 lines --- marc_cleanup | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/marc_cleanup b/marc_cleanup index fe25aac..61c715c 100755 --- a/marc_cleanup +++ b/marc_cleanup @@ -593,7 +593,7 @@ sub initialize { $c->{exception} = join('.',$c->{prefix},'exception','marc','xml'); $c->{'renumber-tag'} = 903 unless defined $c->{'renumber-tag'}; $c->{'renumber-subfield'} = 'a' unless defined $c->{'renumber-subfield'}; - $c->{window} = 5; + $c->{window} = 9; if ($c->{trashfile}) { $c->{trash} = Equinox::Migration::SimpleTagList->new(file => $conf->{trashfile}) -- 1.7.2.5