Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> --- verify-format.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/verify-format.c b/verify-format.c index b27440b87c6b..4b4730285237 100644 --- a/verify-format.c +++ b/verify-format.c @@ -168,6 +168,9 @@ static struct format_type *parse_printf_get_fmt(struct format_type *type, szmod++; ptr++; } + } else if (*ptr == 'L') { + szmod++; + ptr++; } else { if (*ptr == 'h') { // short/char to int szmod = -1; -- 2.28.0