xprop: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Dec 16 17:20:00 UTC 2023


 xprop.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 0d2837162ef0e54647485eee2ba4b88012fbb1b4
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Thu Dec 7 18:09:54 2023 -0800

    Fix C23 build by renaming variable 'true'
    
    Reported by gcc 13.2 with -std=gnu2x:
    
    xprop.c: In function ‘Handle_Question_Mark’:
    xprop.c:1291:10: error: expected identifier or ‘(’ before ‘true’
     1291 |     long true;
          |          ^~~~
    xprop.c:1293:49: error: lvalue required as unary ‘&’ operand
     1293 |     dformat = Scan_Exp(dformat, thunks, format, &true);
          |                                                 ^
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list