--- uae/src/main.c 2018/04/24 16:44:45 1.1.1.6 +++ uae/src/main.c 2018/04/24 16:46:10 1.1.1.7 @@ -308,7 +308,7 @@ void parse_cmdline (int argc, char **arg while ((result = getopt_long (argc, argv, "s:f:h", longopts, &longind)) != EOF) { switch (result) { case 's': - cfgfile_parse_line (&currprefs, optarg, 0); + cfgfile_parse_line (&currprefs, optarg); break; case 'f': cfgfile_load (&currprefs, optarg);