Skip to content

Commit 7d36140

Browse files
committed
Increment format
1 parent 34b9794 commit 7d36140

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

mypyc/lib-rt/getargs.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,7 @@ static void
437437
skipitem(const char **p_format, va_list *p_va)
438438
{
439439
const char *format = *p_format;
440+
format++;
440441

441442
if (p_va != NULL) {
442443
(void) va_arg(*p_va, PyObject **);

0 commit comments

Comments
 (0)