Skip to content

Commit

Permalink
Appease GCC 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Aug 10, 2018
1 parent 32548c4 commit 7c9a8f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/kevent.c
Expand Up @@ -101,7 +101,7 @@ kevent_flags_dump(const struct kevent *kev)
const char *
kevent_dump(const struct kevent *kev)
{
static __thread char buf[2049];
static __thread char buf[2147];

snprintf((char *) &buf[0], sizeof(buf),
"{ ident=%d, filter=%s, %s, %s, data=%d, udata=%p }",
Expand Down

0 comments on commit 7c9a8f2

Please sign in to comment.