Merge branch 'dev'

This commit is contained in:
Dimitris Panokostas 2018-05-05 12:01:56 +02:00
commit 17bfa74cfd

View file

@ -4662,7 +4662,7 @@ static void cmdpath(TCHAR* dst, const TCHAR* src, int maxsz)
int parse_cmdline_option(struct uae_prefs* p, TCHAR c, const TCHAR* arg)
{
struct strlist* u = xcalloc (struct strlist, 1);
const TCHAR arg_required[] = _T("0123rKpImWSAJwNCZUFcblOdHRv");
const TCHAR arg_required[] = _T("0123rKpImMWSRJwnvCZUFbclOdH");
if (_tcschr(arg_required, c) && ! arg)
{