From eeefdb17312edc896a6f6182bca6a5fc9bf22189 Mon Sep 17 00:00:00 2001 From: Sebastian Hammer Date: Fri, 8 Mar 1996 15:10:09 +0000 Subject: [PATCH 1/1] Smallish. --- tab/usmarc.flt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tab/usmarc.flt b/tab/usmarc.flt index 3b04516..6cead63 100644 --- a/tab/usmarc.flt +++ b/tab/usmarc.flt @@ -9,7 +9,7 @@ BEGIN { begin record usmarc } end element } /^.../ / / /../ { begin element $0 } -/\$/ /./ / / BODY / *[$\n]/ { data -element $1 $3; unread 4 } +/[$*]/ /./ / / BODY / *[$*\n]/ { data -element $1 $3; unread 4 } /\n/ { end element } /./ { } -- 1.7.10.4