From 995bd05a1dfc741b149b8661694db5e98a95b34b Mon Sep 17 00:00:00 2001 From: Shawn Boyette Date: Wed, 17 Sep 2008 23:15:12 +0000 Subject: [PATCH] turns out the inds in empty datafields won't ALWAYS be spaces --- yaz-cleanup | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/yaz-cleanup b/yaz-cleanup index a6ebf60..fc08740 100755 --- a/yaz-cleanup +++ b/yaz-cleanup @@ -6,7 +6,7 @@ open NUMARC, '>', 'incoming.clean.marc.xml'; $line1 = ; while ($line2 = ) { - if ($line1 =~ m//) { + if ($line1 =~ m//) { if ($line2 =~ m||) { $line1 = ; next; -- 1.7.2.5