From af87e95dd35d4d4211c311caa58eb0e37cc3c124 Mon Sep 17 00:00:00 2001 From: suisho Date: Mon, 6 May 2013 02:36:29 +0900 Subject: [PATCH] fix typo --- encoding/mbcs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/encoding/mbcs.js b/encoding/mbcs.js index 019c388..f221337 100644 --- a/encoding/mbcs.js +++ b/encoding/mbcs.js @@ -307,7 +307,7 @@ util.inherits(module.exports.big5, mbcs); * packed into an int. */ function eucNextChar(iter, det) { - it.index = it.nextIndex; + iter.index = iter.nextIndex; iter.error = false; var firstByte = 0; var secondByte = 0;