- Timestamp:
- 10/24/04 19:50:54 (9 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/flt/LocalVertexPoolRecord.cpp
r2783 r3527 370 370 // If 16bit record length is less than length of vertex pool, then the original vertex 371 371 // pool record was continued with one or more CONTINUATION_OP records. 372 assert ( pool->RecHeader._wLength <= ( ( (u int32) vertex ) - ( (uint32) pool ) ) );372 assert ( pool->RecHeader._wLength <= ( ( (unsigned long) vertex ) - ( (unsigned long) pool ) ) ); 373 373 } 374 374
