bio/bss_log.c: harmonize format string to silence -Wformat.
Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
45f1351821
commit
21ff9ac815
@ -322,7 +322,7 @@ static void xsyslog(BIO *bp, int priority, const char *string)
|
||||
break;
|
||||
}
|
||||
|
||||
sprintf(pidbuf, "[%u] ", GetCurrentProcessId());
|
||||
sprintf(pidbuf, "[%lu] ", GetCurrentProcessId());
|
||||
lpszStrings[0] = pidbuf;
|
||||
lpszStrings[1] = string;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user