- Fixed a crash coming from velo.c

- Improved saving of reflection lists
- The other changes are mostly whitespace
This commit is contained in:
koennecke
2009-10-30 13:49:37 +00:00
parent cb0e4ea434
commit 2e873e3059
13 changed files with 79 additions and 14 deletions

2
velo.c
View File

@@ -919,7 +919,7 @@ int VelSelAction(SConnection * pCon, SicsInterp * pSics, void *pData,
int argc, char *argv[])
{
pVelSel self = NULL;
char pCommand[512], pBueffel[256];
char pCommand[512], pBueffel[512];
char *pPtr = NULL;
float fTilt, fRot, fVal;
int iDrive = 0;