]> git.pld-linux.org Git - packages/bullet.git/blob - bullet-format.patch
- cmakefiles expect INCLUDE_INSTALL_DIR to be relative (and have resonable default...
[packages/bullet.git] / bullet-format.patch
1 --- bullet3-2.83.6/examples/Importers/ImportURDFDemo/ImportURDFSetup.cpp.orig   2015-08-11 18:17:42.000000000 +0200
2 +++ bullet3-2.83.6/examples/Importers/ImportURDFDemo/ImportURDFSetup.cpp        2015-10-06 21:19:15.195329529 +0200
3 @@ -140,7 +140,7 @@
4                 {
5                         count=0;
6                 }
7 -               sprintf(m_fileName,gFileNameArray[count++].c_str());
8 +               strcpy(m_fileName,gFileNameArray[count++].c_str());
9         }
10  }
11  
This page took 0.054644 seconds and 3 git commands to generate.