- Fixed a bug in poldifold which caused a crash whne the HM data was not initialized

- The astrium chopper controller requires floats with a . and retuns them with a , .
  Accomodated for this quirk
This commit is contained in:
2014-05-22 10:45:48 +02:00
parent bf3ad3915b
commit 7d986b1a9f
2 changed files with 9 additions and 1 deletions

View File

@ -93,7 +93,7 @@ static void encodeXML(Ascon *a)
if(equal != NULL){
*equal = '\0';
equal++;
ptToKomma(equal);
/* ptToKomma(equal);*/
mxmlElementSetAttr(param,token,equal);
} else {
mxmlElementSetAttr(param,token,NULL);