mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
fix potentially uninitialized variable error in MSVC compile (nw)
This commit is contained in:
parent
1f92cf5430
commit
6c478282fd
@ -2623,6 +2623,8 @@ static int command_convert(int argc, char *argv[])
|
||||
if (err != 0)
|
||||
return 1;
|
||||
|
||||
memset(&jed, 0, sizeof(jed));
|
||||
|
||||
/* if the source is JED or PLA, convert to binary */
|
||||
if (src_is_jed || src_is_pla)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user