
11 Nov
2015
11 Nov
'15
3:56 p.m.
On 10/11/2015 00:28, John Ferlan wrote:
} else if (STRPREFIX(arg, "-hd") || STRPREFIX(arg, "-sd") || STRPREFIX(arg, "-fd") || STREQ(arg, "-cdrom")) { WANT_VALUE();
-sd is for sdcards, not SCSI, so it should be STREQ I think. Paolo
If I add:
} else if (STREQ(arg, "-sdl")) { /* Ignore */
Just before that, then things are happy again.