From 3b303d888cee213761a4163e2997f53714097c84 Mon Sep 17 00:00:00 2001 From: David Griffith Date: Thu, 21 May 2015 00:26:31 -0700 Subject: [PATCH] Missed this getopt argument left over from removing old-style save support. --- src/dos/bcinit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.34.1