wine/tools/wmc
Gerald Pfeifer 4bbdbc759a wmc: Avoid uninitialized variable in init_argv0_dir.
init_argv0_dir has conditional code for different operating systems. In
case of FreeBSD a variable remains uninitialized in the error case, yet
is then used. Fix that by handling the error case.
2022-12-20 22:37:02 +01:00
..
lang.c wmc: Remove struct and enum typedefs. 2021-10-26 10:39:34 +02:00
lang.h wmc: Remove struct and enum typedefs. 2021-10-26 10:39:34 +02:00
Makefile.in makefiles: Add separate variables for Unix flags and libraries. 2022-06-29 23:23:41 +02:00
mcl.c wmc: Windows file formats are always little-endian. 2021-11-11 17:50:24 +01:00
mcy.y makefiles: Specify the bison prefix directly in the source files. 2022-01-21 13:15:12 +01:00
po.c wmc: Add support for named locales. 2022-11-15 21:21:27 +01:00
utils.c wmc: Add support for named locales. 2022-11-15 21:21:27 +01:00
utils.h wmc: Add support for named locales. 2022-11-15 21:21:27 +01:00
wmc.c wmc: Avoid uninitialized variable in init_argv0_dir. 2022-12-20 22:37:02 +01:00
wmc.h wmc: Windows file formats are always little-endian. 2021-11-11 17:50:24 +01:00
wmc.man.in wmc: Windows file formats are always little-endian. 2021-11-11 17:50:24 +01:00
wmctypes.h wmc: Windows file formats are always little-endian. 2021-11-11 17:50:24 +01:00
write.c wmc: Remove struct and enum typedefs. 2021-10-26 10:39:34 +02:00
write.h wmc: Fix a typo in a comment. 2021-12-14 12:15:46 +01:00