mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-08 01:39:36 +00:00
arm64 : fix mempool align
This commit is contained in:
@@ -1569,7 +1569,7 @@ void CZipFile::SaveDirectory( IWriteStream& stream )
|
||||
free( e->m_pData );
|
||||
|
||||
// temp hackery for the logic below to succeed
|
||||
e->m_pData = (void*)0xFFFFFFFF;
|
||||
e->m_pData = (void*)-1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user