summaryrefslogtreecommitdiff
path: root/lib/ZRecvNot.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ZRecvNot.c')
-rw-r--r--lib/ZRecvNot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ZRecvNot.c b/lib/ZRecvNot.c
index c59a603..0b1b278 100644
--- a/lib/ZRecvNot.c
+++ b/lib/ZRecvNot.c
@@ -42,7 +42,7 @@ Code_t ZReceiveNotice(notice, from)
if (from)
*from = nextq->from;
- _BCOPY(nextq->packet, buffer, len);
+ (void) memcpy(buffer, nextq->packet, len);
Z_RemQueue(nextq);