Previous 199869 Revisions Next

r18437 Thursday 11th October, 2012 at 08:36:00 UTC by smf
fix potentially uninitialized variable error in MSVC compile (nw)
[src/tools]jedutil.c

trunk/src/tools/jedutil.c
r18436r18437
26232623   if (err != 0)
26242624      return 1;
26252625
2626   memset(&jed, 0, sizeof(jed));
2627
26262628   /* if the source is JED or PLA, convert to binary */
26272629   if (src_is_jed || src_is_pla)
26282630   {

Previous 199869 Revisions Next


© 1997-2024 The MAME Team