mirror of
https://github.com/G2-Games/lbee-utils.git
synced 2025-04-19 07:12:55 -05:00
Remove seek
requirement for writing
This commit is contained in:
parent
d3a0944e8c
commit
4e5cced21c
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ impl Pak {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Encode a PAK file into a byte stream.
|
/// Encode a PAK file into a byte stream.
|
||||||
pub fn encode<T: Write + Seek>(
|
pub fn encode<T: Write>(
|
||||||
&self,
|
&self,
|
||||||
mut output: &mut T
|
mut output: &mut T
|
||||||
) -> Result<(), PakError> {
|
) -> Result<(), PakError> {
|
||||||
|
|
Loading…
Reference in a new issue