This commit is contained in:
committed by
Git OBS Bridge
parent
17e45c7b44
commit
aec7edd7ae
11
mc-esc-seq.patch
Normal file
11
mc-esc-seq.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- src/util.c
|
||||
+++ src/util.c
|
||||
@@ -1193,6 +1193,8 @@
|
||||
/* strchr() matches trailing binary 0 */
|
||||
while (*(++r) && strchr ("0123456789;?", *r));
|
||||
}
|
||||
+ else if (*r == '(')
|
||||
+ r++;
|
||||
|
||||
/*
|
||||
* Now we are at the last character of the sequence.
|
Reference in New Issue
Block a user