We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c878317 commit af74bddCopy full SHA for af74bdd
dma.c
@@ -535,11 +535,15 @@ main(int argc, char **argv)
535
536
case 'o':
537
/* -oX is being ignored, except for -oi */
538
- if (optarg[0] != 'i')
539
- break;
540
- /* Else FALLTHROUGH */
+ if (optarg[0] == 'i') {
+ nodot = 1;
+ }
541
+ break;
542
+
543
case 'O':
544
+ /* -O name=val is also a no-op */
545
break;
546
547
case 'i':
548
nodot = 1;
549
0 commit comments