From 6cc2ef2c57be9e4c4b1ac5709e76c108b9aa5c65 Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Fri, 7 Feb 2014 21:46:00 +0000 Subject: [PATCH] Terminate INIT string. --- motorApp/OmsSrc/devOmsCom.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motorApp/OmsSrc/devOmsCom.cc b/motorApp/OmsSrc/devOmsCom.cc index 7e947103..8bea364f 100644 --- a/motorApp/OmsSrc/devOmsCom.cc +++ b/motorApp/OmsSrc/devOmsCom.cc @@ -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 {