mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 17:47:16 +00:00
Fix typo
This commit is contained in:
parent
6ebcbec9d8
commit
a8d83b4fa4
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ class MakiFile {
|
|||
|
||||
getNextNBytesDEPRECATED(length) {
|
||||
const bytes = this._buffer.slice(this._i, this._i + length);
|
||||
this._i += lengthn;
|
||||
this._i += length;
|
||||
return bytes;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue