Commit 5810d699 authored by Claes Sjofors's avatar Claes Sjofors

errh cast inserted

parent 36f05d22
......@@ -478,7 +478,7 @@ errh_CErrLog (
args[argno] = NULL;
s = get_header(get_severity(sts), string);
msg_vsprintf(s, msg, args, NULL);
msg_vsprintf(s, msg, args, (va_list)NULL);
errh_send(string, get_severity(sts), sts, errh_eMsgType_Log);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment