Fixed type
This commit is contained in:
parent
2408635be6
commit
84d953b7ed
@ -65,7 +65,7 @@ int cw_put_msg(struct conn *conn, uint8_t * rawout)
|
|||||||
msg->preprocess(conn);
|
msg->preprocess(conn);
|
||||||
}
|
}
|
||||||
|
|
||||||
cw_dbg(DBG_MSG_ASSEMBLY,"*** Assenmbling message of type %d (%s) ***",
|
cw_dbg(DBG_MSG_ASSEMBLY,"*** Assembling message of type %d (%s) ***",
|
||||||
msg->type, msg->name);
|
msg->type, msg->name);
|
||||||
|
|
||||||
dst = msgptr+8;
|
dst = msgptr+8;
|
||||||
|
Loading…
Reference in New Issue
Block a user