summaryrefslogtreecommitdiff
path: root/lib/ZParseNot.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ZParseNot.c')
-rw-r--r--lib/ZParseNot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ZParseNot.c b/lib/ZParseNot.c
index 3bed416..6c47dc7 100644
--- a/lib/ZParseNot.c
+++ b/lib/ZParseNot.c
@@ -99,7 +99,7 @@ Code_t ZParseNotice(buffer, len, notice)
#define BAD goto badpkt
#endif
- _BZERO((char *)notice, sizeof(ZNotice_t));
+ (void) memset((char *)notice, 0, sizeof(ZNotice_t));
ptr = buffer;
end = buffer+len;