From Fred Mammond, fixes for x86_64 build

This commit is contained in:
Robert Osfield
2004-10-24 17:50:54 +00:00
parent a9e19fde9c
commit 1dd682f6b4
5 changed files with 22 additions and 22 deletions

View File

@@ -369,7 +369,7 @@ void LocalVertexPoolRecord::endian()
// If equal, vertex pool record was not continued.
// If 16bit record length is less than length of vertex pool, then the original vertex
// pool record was continued with one or more CONTINUATION_OP records.
assert ( pool->RecHeader._wLength <= ( ( (uint32) vertex ) - ( (uint32) pool ) ) );
assert ( pool->RecHeader._wLength <= ( ( (unsigned long) vertex ) - ( (unsigned long) pool ) ) );
}