Scope-eye.net Git Repository
/
liskon_frotz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
799a79a
)
Missed this getopt argument left over from removing old-style save support.
author
David Griffith
<dave@661.org>
Thu, 21 May 2015 07:26:31 +0000
(
00:26
-0700)
committer
David Griffith
<dave@661.org>
Thu, 21 May 2015 07:26:31 +0000
(
00:26
-0700)
src/dos/bcinit.c
patch
|
blob
|
history
diff --git
a/src/dos/bcinit.c
b/src/dos/bcinit.c
index 700908a0a14dd3b612aa801876947a872b44ea81..57a0af7c5a504079844e58e677d25846772d8913 100644
(file)
--- a/
src/dos/bcinit.c
+++ b/
src/dos/bcinit.c
@@
-259,7
+259,7
@@
static void parse_options (int argc, char **argv)
\r
int num = 0;
\r
\r
- c = getopt (argc, argv, "aAb:B:c:d:e:f:F:g:h:il:oOp
Q
r:s:S:tTu:w:xZ:");
\r
+ c = getopt (argc, argv, "aAb:B:c:d:e:f:F:g:h:il:oOpr:s:S:tTu:w:xZ:");
\r
\r
if (optarg != NULL)
\r
num = dectoi (optarg);
\r