Terminate INIT string.

This commit is contained in:
Ron Sluiter
2014-02-07 21:46:00 +00:00
parent 51d54168aa
commit 6cc2ef2c57
+1 -1
View File
@@ -285,8 +285,8 @@ RTN_STATUS oms_build_trans(motor_cmnd command, double *parms, struct motorRecord
else
strcpy(buffer, mr->init);
strcat(motor_call->message, " ");
strcat(motor_call->message, buffer);
strcat(motor_call->message, ";");
}
else
{