diff options
Diffstat (limited to 'Python')
| -rw-r--r-- | Python/getargs.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/getargs.c b/Python/getargs.c index f41cd05..b69aaed 100644 --- a/Python/getargs.c +++ b/Python/getargs.c @@ -1772,6 +1772,7 @@ skipitem(const char **p_format, va_list *p_va, int flags)  	case 'd': /* double */  	case 'D': /* complex double */  	case 'c': /* char */ +	case 'C': /* unicode char */  		{  			(void) va_arg(*p_va, void *);  			break;  | 
