--- trunk/parse_format.pm 2003/07/13 13:23:17 91 +++ trunk/parse_format.pm 2003/07/13 13:42:17 92 @@ -155,6 +155,10 @@ my $i = shift; my $codepage = shift; + # XXX feed doesn't support repeatable fields, but they really + # should, This is a bug. It should be fixed! + return if ($i > 0); + my $out; my $out_swish;