fix compile issues

This commit is contained in:
Erwin Coumans
2019-09-13 09:37:23 -07:00
parent 8ad4afad70
commit 275a2aecb0
3 changed files with 6 additions and 6 deletions

View File

@@ -4005,7 +4005,7 @@ bool PhysicsServerCommandProcessor::processSaveWorldCommand(const struct SharedM
FILE* f = fopen(clientCmd.m_sdfArguments.m_sdfFileName, "w");
if (f)
{
char line[1024];
char line[2048];
{
sprintf(line, "import pybullet as p\n");
int len = strlen(line);