diff options
-rw-r--r-- | runtime/msg.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/msg.c b/runtime/msg.c index 6ba20de6..d874178b 100644 --- a/runtime/msg.c +++ b/runtime/msg.c @@ -2259,9 +2259,6 @@ void MsgSetMSGoffs(msg_t *pMsg, short offs) ISOBJ_TYPE_assert(pMsg, msg); pMsg->offMSG = offs; if(offs > pMsg->iLenRawMsg) { - if(!(offs - 1 == pMsg->iLenRawMsg)) { - *((char*)(0)) = "abd"; - } assert(offs - 1 == pMsg->iLenRawMsg); pMsg->iLenMSG = 0; } else { |