From e022252bf220dc4de569bc2ddde4147f0e4c8769 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Thu, 16 Jun 2011 08:52:38 +0000 Subject: Fixed bug that made item to be assigned to two devices if existed in two lists (no whatsnew) --- src/emu/clifront.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/emu/clifront.c b/src/emu/clifront.c index bc182c36f40..7c450d4cfdd 100644 --- a/src/emu/clifront.c +++ b/src/emu/clifront.c @@ -227,6 +227,7 @@ int cli_frontend::execute(int argc, char **argv) } if (found) break; } + if (found) break; } if (!found) { software_display_matches(config.devicelist(),m_options, NULL,m_options.software_name()); -- cgit v1.2.3