X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?a=blobdiff_plain;f=pctb%2FCommods.pm;fp=pctb%2FCommods.pm;h=955446f402f48719943af31844cc17e9742649a1;hb=af7006f2ffc8a3219fb4c70b0f62e423f18b5b5b;hp=d9a2a948155c314692a9c83d46fe7daeea7cfa09;hpb=2189c69cead5cb3717ef9f06beebd9bca519ad79;p=ypp-sc-tools.web-live.git diff --git a/pctb/Commods.pm b/pctb/Commods.pm index d9a2a94..955446f 100644 --- a/pctb/Commods.pm +++ b/pctb/Commods.pm @@ -275,7 +275,6 @@ sub check_tsv_line ($$) { chomp($l) or &$bad_data('missing end-of-line'); $l !~ m/\P{IsPrint}/ or &$bad_data('nonprinting char(s)'); - $l !~ m/\\/ or &$bad_data('data contains backslashes'); my @v= split /\t/, $l, -1; @v==6 or &$bad_data('wrong number of fields'); my ($commod,$stall) = @v;