Merge from 3.2. Issue #14749: Add support for 'Z' to skipitem().

This commit is contained in:
Larry Hastings 2012-05-08 03:54:05 -07:00
commit d3f424fe45
1 changed files with 1 additions and 0 deletions

View File

@ -1657,6 +1657,7 @@ skipitem(const char **p_format, va_list *p_va, int flags)
case 'z': /* string or None */
case 'y': /* bytes */
case 'u': /* unicode string */
case 'Z': /* unicode string or None */
case 'w': /* buffer, read-write */
{
(void) va_arg(*p_va, char **);