The C standard specifies 'hh' as a length modifier indicating an integer conversion specifier applies to a signed char or unsigned char argument. Python doesn't do that, so replace relevant %hh with %h. Also fix the handling of %ll so that it applies to all integer specifiers as well. Signed-off-by: Keith Packard <keithp@keithp.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| log_database.py | ||
| log_parser_v1.py | ||
| log_parser.py | ||
| mipi_syst.py | ||
| utils.py | ||