Revision: 8905
http://playerstage.svn.sourceforge.net/playerstage/?rev=8905&view=rev
Author: hsujohnhsu
Date: 2010-09-15 02:29:40 +0000 (Wed, 15 Sep 2010)
Log Message:
-----------
fix minor warning
Modified Paths:
--------------
code/gazebo/branches/wg/server/rendering/OgreAdaptor.cc
Modified: code/gazebo/branches/wg/server/rendering/OgreAdaptor.cc
===================================================================
--- code/gazebo/branches/wg/server/rendering/OgreAdaptor.cc 2010-09-15
02:26:39 UTC (rev 8904)
+++ code/gazebo/branches/wg/server/rendering/OgreAdaptor.cc 2010-09-15
02:29:40 UTC (rev 8905)
@@ -565,7 +565,7 @@
}
else
{
- printf("OgreAdapter Ray Trace Select Entity Error: vertex indices
(%d,%d,%d) out of range! [>%d]\n",vert0,vert1,vert2,vertex_count);
+ fprintf(stderr,"OgreAdapter Ray Trace Select Entity Error: vertex
indices (%d,%d,%d) out of range! [>%d]\n",vert0,vert1,vert2,(int)vertex_count);
}
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit