From: David Griffith Date: Thu, 21 May 2015 07:26:31 +0000 (-0700) Subject: Missed this getopt argument left over from removing old-style save support. X-Git-Url: https://scope-eye.net/git/?a=commitdiff_plain;h=3b303d888cee213761a4163e2997f53714097c84;p=liskon_frotz.git Missed this getopt argument left over from removing old-style save support. --- diff --git a/src/dos/bcinit.c b/src/dos/bcinit.c index 700908a..57a0af7 100644 --- a/src/dos/bcinit.c +++ b/src/dos/bcinit.c @@ -259,7 +259,7 @@ static void parse_options (int argc, char **argv) int num = 0; - c = getopt (argc, argv, "aAb:B:c:d:e:f:F:g:h:il:oOpQr:s:S:tTu:w:xZ:"); + c = getopt (argc, argv, "aAb:B:c:d:e:f:F:g:h:il:oOpr:s:S:tTu:w:xZ:"); if (optarg != NULL) num = dectoi (optarg);