@ -916,6 +916,9 @@ void fmt::internal::PrintfFormatter<Char>::format(
ArgConverter<short>(arg, *s).visit(arg);
break;
case 'l':
if (*s == 'l')
ArgConverter<long long>(arg, *++s).visit(arg);
else
ArgConverter<long>(arg, *s).visit(arg);
case 'j':
The note is not visible to the blocked user.