Changeset 10128
- Timestamp:
- 05/01/09 10:20:26 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/3ds/readwrite.cpp
r10088 r10128 374 374 { 375 375 ASSERT(strm); 376 strm->write((const char*) b,1);376 strm->write((const char*)&b,1); 377 377 if (strm->fail()) { 378 378 return(LIB3DS_FALSE);
