shithub: mc

Download patch

ref: ba2b09fbebe31ae4f226b5a3fc01428c281f80c9
parent: 0d8704ce51eaed30aeb9f1b277b652b559e6501b
author: Ori Bernstein <[email protected]>
date: Fri Jun 8 11:42:42 EDT 2012

Comment a bit more.

--- a/8/isel.c
+++ b/8/isel.c
@@ -629,7 +629,7 @@
         p++;
         switch (*p) {
             case '\0':
-                goto done;
+                goto done; /* skip the final p++ */
             case 'r':
             case 'm':
             case 'l':