Previous 199869 Revisions Next

r34394 Wednesday 14th January, 2015 at 21:03:43 UTC by Fabio Priuli
ui: fixed crash in general inputs menu. nw.
[src/emu/ui]inputmap.c

trunk/src/emu/ui/inputmap.c
r242905r242906
412412      item = itemarray[curitem];
413413      assert(nameformat[item->type] != NULL);
414414
415      if (strcmp(item->owner_name, prev_owner.cstr()) != 0)
415      if (item->owner_name && strcmp(item->owner_name, prev_owner.cstr()) != 0)
416416      {
417417         if (first_entry)
418418            first_entry = false;


Previous 199869 Revisions Next


© 1997-2024 The MAME Team