mirror of
https://github.com/esiur/esiur-js.git
synced 2026-04-03 21:48:21 +00:00
Rename
This commit is contained in:
@@ -59,7 +59,8 @@ export default class IIPPacket
|
||||
{
|
||||
if (offset + needed > ends)
|
||||
{
|
||||
this.dataLengthNeeded = needed - (ends - this.originalOffset);
|
||||
this.dataLengthNeeded = needed - (ends - offset);
|
||||
// this.dataLengthNeeded = needed - (ends - this.originalOffset);
|
||||
return true;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user