libXt: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Mar 16 16:01:00 UTC 2019


 util/makestrs.c |  122 ++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 76 insertions(+), 46 deletions(-)

New commits:
commit 283db645c56a5aa55af1665c309182e492a3c863
Author: Thomas E. Dickey <dickey at invisible-island.net>
Date:   Fri Mar 15 20:06:26 2019 -0400

    fix bug introduced by
    	commit 57c8b133bbcf38a9a1e345eabeeabe2a3e07c1c8,
    which modified util/makestrs.c to avoid a shadowing warning of a
    function parameter versus global variable, but overlooked use of the
    parameter within the functions.  That caused all of the resource strings
    in Shell.h to have the same value.
    
    Signed-off-by: Thomas E. Dickey <dickey at invisible-island.net>



More information about the xorg-commit mailing list