mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
Tools: Updated db2 structures
This commit is contained in:
@@ -45,9 +45,9 @@ std::size_t DB2FileSystemSource::GetPosition() const
|
||||
return ftell(_file);
|
||||
}
|
||||
|
||||
void DB2FileSystemSource::SetPosition(std::size_t position)
|
||||
bool DB2FileSystemSource::SetPosition(std::size_t position)
|
||||
{
|
||||
fseek(_file, position, SEEK_SET);
|
||||
return fseek(_file, position, SEEK_SET) == 0;
|
||||
}
|
||||
|
||||
std::size_t DB2FileSystemSource::GetFileSize() const
|
||||
|
||||
Reference in New Issue
Block a user