diff --git a/index.js b/index.js index f4f7474..5d133f3 100644 --- a/index.js +++ b/index.js @@ -229,6 +229,7 @@ function decode(buffer) { break; } pos = next; + if (pos%2) pos +=1; } }