X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=SCRIPT.awk;h=66ec7684f532dc2a1110dfea48e231da1a9d6b2a;hb=d51bea4c920b2c89658c11e405e9777f3d3bb7be;hp=ce85552d7298464fcdc5e4159ff31195cabdf5ce;hpb=8b0ffa6d4faae38f8ea3901f95d0dfe44ea236d2;p=m17n%2Fm17n-db.git diff --git a/SCRIPT.awk b/SCRIPT.awk index ce85552..66ec768 100644 --- a/SCRIPT.awk +++ b/SCRIPT.awk @@ -122,7 +122,7 @@ function maybe_emit(ch1, ch2, this_script) { } /^[0-9A-F]+\.\./ { - maybe_emit(decode_hex($0, 1), decode_hex($0, match($0, "\.\.") + 2), $2); + maybe_emit(decode_hex($0, 1), decode_hex($0, match($0, "\\.\\.") + 2), $2); next; }