Silence the gcc warning: 'op' may be used uninitialized in this function

Approved by:	kevans
This commit is contained in:
lwhsu 2018-01-20 15:37:47 +00:00
parent 774ffaf6a8
commit 6e506e5c6e

View File

@ -58,6 +58,8 @@ conv_c(PR *pr, u_char *p, size_t bufsize)
u_char peekbuf[MB_LEN_MAX];
u_char *op;
op = NULL;
if (pr->mbleft > 0) {
str = "**";
pr->mbleft--;