1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-21 17:47:45 +00:00

Update Dat.cpp

This commit is contained in:
AriAvery 2023-04-26 15:43:04 +02:00
parent 8dd40b1378
commit 120b06d3cb

View file

@ -283,7 +283,7 @@ namespace xiv::dat
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 );