Previous 199869 Revisions Next

r34398 Thursday 15th January, 2015 at 00:07:16 UTC by Couriersud
Merge branch 'master' of https://github.com/mamedev/mame.git
[src/emu/ui]inputmap.c

trunk/src/emu/ui/inputmap.c
r242909r242910
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