Edit

kc3-lang/libxkbcommon/changes/tools

Branch :

  • Show log

    Commit

  • Author : Pierre Le Marre
    Date : 2024-09-20 10:41:00
    Hash : e4269202
    Message : keysyms: Fix off-by-one XKB_KEYSYM_NAME_MAX_SIZE The constant did not account for the terminating `NULL` byte and this was sadly not caught by the tests. Fixed the invalid value, the corresponding script and the tests.