Skip to content

Commit

Permalink
Update Buffer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Captian-obvious authored Nov 22, 2023
1 parent 0e4fab0 commit b2c0d6b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Buffer.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ def read(datlen, shift):
Stream.LastUnreadBytes=unreadBytes
return dat
##end
def seek(datlen):
datlen=conditionalSet(datlen,1)
##end
##end
return Stream
##end

0 comments on commit b2c0d6b

Please sign in to comment.