shithub: mc

Download patch

ref: 15b5fb5c0f9fee25b01a245229efcef21c103bdc
parent: 40f9a316cfacf07650558b3fa516a3c0c42e1210
author: Ori Bernstein <ori@markovcorp.com>
date: Thu Jul 13 07:22:17 EDT 2017

Fix missed option conversion.

--- a/6/main.c
+++ b/6/main.c
@@ -204,7 +204,7 @@
 	asmsyntax = Defaultasm;
 	while (!optdone(&ctx)) {
 		switch (optnext(&ctx)) {
-		case 'D':
+		case 'O':
 			objdir = ctx.optarg;
 			break;
 		case 'o':