framer: fix undefined var typo.
This commit is contained in:
parent
8546cc7e33
commit
6d2c1bd9f1
@ -128,7 +128,7 @@ function varint(arr, value, off) {
|
||||
arr[off + 4] = value >>> 24;
|
||||
return 5;
|
||||
} else {
|
||||
p[off] = 0xff;
|
||||
arr[off] = 0xff;
|
||||
utils.writeU64(arr, value, off + 1);
|
||||
return 9;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user