fix typo
This commit is contained in:
parent
b12f977a06
commit
af87e95dd3
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue