• Show log

    Commit

  • Hash : b1b9ff61
    Author : Jeffrey Cliff
    Date : 2024-11-23T10:07:24

    compose/paths: fix `false` <-> `NULL` confusion, errors on C23
    
    i don't have access to github but this patch enabled me to compile
    libxkbcommon with -std=gnu23
    
    otherwise the following compilation error will result :
    
        ../src/compose/paths.c:70:16: error: incompatible types when returning type ‘_Bool’ but ‘char *’ was expected
    
    ( gcc (GCC) 15.0.0 20240509 (experimental) )
    
    Signed-off-by: Ran Benita <ran@unusedvar.com>
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/libxkbcommon.git
    Git SSH git@git.kmx.io:kc3-lang/libxkbcommon.git
    Public access ? public
    Description

    keymap handling library for toolkits and window systems

    Users
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg thodg_l
    Tags