]> git.nbdom.net Git - nb.git/commitdiff
share/sql/zipcode
authorNicolas Boisselier <nicolas.boisselier@gmail.com>
Thu, 4 Jan 2018 16:49:47 +0000 (16:49 +0000)
committerNicolas Boisselier <nicolas.boisselier@gmail.com>
Thu, 4 Jan 2018 16:49:47 +0000 (16:49 +0000)
share/sql/zipcode

index b6ae7206cc0ec5f8d05321709cb246d5e62c36a0..dcf671fb61013488f4139cc975e15f4278b5ba38 100755 (executable)
@@ -6,7 +6,7 @@ use warnings;
 
 while (<>) {
        chomp($_);
-       s,\\\t,\t,g; # fix error
+       s,\\,\\\\,g; # fix error
        @_ = split("\t",$_);
        push @_,0 if (@_<12);