diff options
| author | 2011-06-16 08:52:38 +0000 | |
|---|---|---|
| committer | 2011-06-16 08:52:38 +0000 | |
| commit | e022252bf220dc4de569bc2ddde4147f0e4c8769 (patch) | |
| tree | bdc34ee7039475711f174d5b0b75978364de7a32 /src | |
| parent | 2d60c3dba0f21894ab5f36d28d2a4ed9773ce546 (diff) | |
Fixed bug that made item to be assigned to two devices if existed in two lists (no whatsnew)
Diffstat (limited to 'src')
| -rw-r--r-- | src/emu/clifront.c | 1 |
1 files changed, 1 insertions, 0 deletions
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()); |
