This commit is contained in:
Dmitry Shirokov 2013-05-06 10:46:33 +10:00
commit 9bc9e9c1e4
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;