summaryrefslogtreecommitdiff
path: root/lib/ZFmtSmRaw.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ZFmtSmRaw.c')
-rw-r--r--lib/ZFmtSmRaw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ZFmtSmRaw.c b/lib/ZFmtSmRaw.c
index e3eb1da..039591c 100644
--- a/lib/ZFmtSmRaw.c
+++ b/lib/ZFmtSmRaw.c
@@ -37,7 +37,7 @@ Code_t ZFormatSmallRawNotice(notice, buffer, ret_len)
if (*ret_len > Z_MAXPKTLEN)
return (ZERR_PKTLEN);
- bcopy(notice->z_message, buffer+hdrlen, notice->z_message_len);
+ _BCOPY(notice->z_message, buffer+hdrlen, notice->z_message_len);
return (ZERR_NONE);
}