use const in PhysicsClientC_Api, thanks to Roland

fix some warnings for Clang, thanks to Aaron
This commit is contained in:
=
2015-10-15 08:15:22 -07:00
parent cf79928d84
commit 4df58c35c7
4 changed files with 4 additions and 4 deletions

View File

@@ -140,7 +140,7 @@ ImportUrdfSetup::ImportUrdfSetup(struct GUIHelperInterface* helper, int option,
{
count=0;
}
sprintf(m_fileName,gFileNameArray[count++].c_str());
sprintf(m_fileName,"%s",gFileNameArray[count++].c_str());
}
}