mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:37:44 +00:00
AK: Fix accidentally-recursive call in BitStream
This commit is contained in:
parent
bc9f8f5c39
commit
0d3a8d5397
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ public:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return discard_or_error(count);
|
return m_stream.discard_or_error(count);
|
||||||
}
|
}
|
||||||
|
|
||||||
u32 read_bits(size_t count)
|
u32 read_bits(size_t count)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue