mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-23 02:07:45 +00:00
Update Dat.cpp
This commit is contained in:
parent
8dd40b1378
commit
120b06d3cb
1 changed files with 1 additions and 1 deletions
2
deps/datReader/Dat.cpp
vendored
2
deps/datReader/Dat.cpp
vendored
|
@ -283,7 +283,7 @@ namespace xiv::dat
|
||||||
return outputFile;
|
return outputFile;
|
||||||
}
|
}
|
||||||
|
|
||||||
void Dat::extractBlock( uint32_t i_offset, std::vector< char >& o_data )
|
void Dat::extractBlock( uint32_t i_offset, std::vector< char >& o_data )
|
||||||
{
|
{
|
||||||
m_handle.seekg( i_offset );
|
m_handle.seekg( i_offset );
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue