diff --git a/util.c b/util.c index 332a637..0b05d91 100644 --- a/util.c +++ b/util.c @@ -17,7 +17,7 @@ struct server s; static void verr(const char *fmt, va_list ap) { - if (argv0 && strncmp(fmt, "usage", strlen("usage"))) { + if (argv0 && strncmp(fmt, "usage", sizeof("usage") - 1)) { fprintf(stderr, "%s: ", argv0); }