Skip to content

fix bug introduced by recent change to makestrs.c

Thomas E. Dickey requested to merge dickey/libxt:fix-makestrs into master

commit 57c8b133, 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@invisible-island.net

Merge request reports