summaryrefslogtreecommitdiff
path: root/contrib/binlog.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/binlog.c')
-rw-r--r--contrib/binlog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/binlog.c b/contrib/binlog.c
index 0cfd4781..0e2c7cf3 100644
--- a/contrib/binlog.c
+++ b/contrib/binlog.c
@@ -66,7 +66,7 @@ int main(int argc, char **argv) {
delay.tv_sec = 0;
delay.tv_nsec = 1000000L;
nanosleep(&delay, NULL);
- bzero(buf, BUFSIZ);
+ memset(buf, 0, BUFSIZ);
spinner( n++ );
}
/* NOTREACHED */