Index: OpenSceneGraph/trunk/src/osgPlugins/3ds/readwrite.cpp
===================================================================
--- OpenSceneGraph/trunk/src/osgPlugins/3ds/readwrite.cpp (revision 10088)
+++ OpenSceneGraph/trunk/src/osgPlugins/3ds/readwrite.cpp (revision 10128)
@@ -374,5 +374,5 @@
 {
   ASSERT(strm);
-  strm->write((const char*)b,1);
+  strm->write((const char*)&b,1);
   if (strm->fail()) {
     return(LIB3DS_FALSE);
