From 9e443ce05d98c9d1ad04f61521660bc2dab43ccb Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Thu, 4 Jan 2018 16:49:47 +0000 Subject: [PATCH] share/sql/zipcode --- share/sql/zipcode | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/sql/zipcode b/share/sql/zipcode index b6ae7206..dcf671fb 100755 --- a/share/sql/zipcode +++ b/share/sql/zipcode @@ -6,7 +6,7 @@ use warnings; while (<>) { chomp($_); - s,\\\t,\t,g; # fix error + s,\\,\\\\,g; # fix error @_ = split("\t",$_); push @_,0 if (@_<12); -- 2.47.3