Previous | 199869 Revisions | Next |
r22025 Friday 22nd March, 2013 at 13:03:43 UTC by Miodrag Milanović |
---|
print proper message on -listslots in case there are no slot options available, like in some dummy slots (nw) |
[src/emu] | clifront.c |
r22024 | r22025 | |
---|---|---|
670 | 670 | global_free(dev); |
671 | 671 | } |
672 | 672 | } |
673 | if (intf==NULL || (intf!=NULL && intf[0].name == NULL)) | |
674 | printf("%-15s %s\n", "[none]","No options available"); | |
673 | 675 | // end the line |
674 | 676 | printf("\n"); |
675 | 677 | first = false; |
Previous | 199869 Revisions | Next |