This commit is contained in:
suisho 2013-05-06 02:36:29 +09:00
parent b12f977a06
commit af87e95dd3
1 changed files with 1 additions and 1 deletions

View File

@ -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;