Skip to content

Commit 17e15d7

Browse files
author
jin
committed
fix
1 parent 42ddb48 commit 17e15d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vary/vary.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ namespace $ {
405405

406406
const read_text = ( kind: number )=> {
407407
const len = read_unum( kind ) as number
408-
const [ text, bytes ] = $mol_charset_decode_from( array, buffer.byteOffset + pos, len )
408+
const [ text, bytes ] = $mol_charset_decode_from( array, pos, len )
409409
pos += bytes
410410
stream.push( text )
411411
return text

0 commit comments

Comments
 (0)