提交 21ff9ac8 编写于 作者: A Andy Polyakov

bio/bss_log.c: harmonize format string to silence -Wformat.

Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 45f13518
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册