updated on Tue Jan 17 12:00:36 UTC 2012
[aur-mirror.git] / mc-suse / mc-esc-seq.patch
blobcece2dce1b0f0f4250d5689e4c844baa15f966c0
1 --- src/util.c
2 +++ src/util.c
3 @@ -1193,6 +1193,8 @@
4 /* strchr() matches trailing binary 0 */
5 while (*(++r) && strchr ("0123456789;?", *r));
7 + else if (*r == '(')
8 + r++;
11 * Now we are at the last character of the sequence.