repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Tue Jan 17 16:10:12 UTC 2012
[aur-mirror.git]
/
mc-suse
/
mc-esc-seq.patch
blob
cece2dce1b0f0f4250d5689e4c844baa15f966c0
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));
6
}
7
+ else if (*r == '(')
8
+ r++;
9
10
/*
11
* Now we are at the last character of the sequence.