Commit 10ba07a3 authored by Larry Hastings's avatar Larry Hastings

Issue #14705: Added support for the new 'p' format unit to skipitem().

parent aeb562ee
......@@ -1629,6 +1629,7 @@ skipitem(const char **p_format, va_list *p_va, int flags)
case 'D': /* complex double */
case 'c': /* char */
case 'C': /* unicode char */
case 'p': /* boolean predicate */
{
(void) va_arg(*p_va, void *);
break;
......
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