X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/6fbd4b99bc50cf9cd54a1b6e2b2c96c4ba4a9b19..1caa23ff879cec7f8f36b32a987f0610291ef177:/log.c diff --git a/log.c b/log.c index 55f1ee1..ab94832 100644 --- a/log.c +++ b/log.c @@ -19,7 +19,7 @@ static void vMessage(uint32_t class, const char *message, va_list args) FILE *dest=stdout; #define MESSAGE_BUFLEN 1023 static char buff[MESSAGE_BUFLEN+1]={0,}; - uint32_t bp; + size_t bp; char *nlp; if (secnet_is_daemon) {