Commit 377715b4 authored by claes's avatar claes

Fixed invalid lvalue assignment

parent aa2e0f44
......@@ -35,7 +35,8 @@ void Ssab_AntiSway_init(object)
AS_OBJ_SETP->ph = NULL;
object->other=NULL;
for (i=0; i<2; i++) {
AS_OBJ_MESSAGEQP(i) = NULL;
object->messageQ[(i)] = NULL;
// AS_OBJ_MESSAGEQP(i) = NULL;
(object->message[i])[79]='\0';
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment