bb3ce30daf
Update to 4.8.16 with patches rebased OBS-URL: https://build.opensuse.org/request/show/371313 OBS-URL: https://build.opensuse.org/package/show/Base:System/mc?expand=0&rev=100
12 lines
395 B
Diff
12 lines
395 B
Diff
--- lib/util.c.orig 2014-09-05 20:50:09.000000000 +0200
|
|
+++ lib/util.c 2014-09-05 20:51:02.000000000 +0200
|
|
@@ -752,6 +752,8 @@ strip_ctrl_codes (char *s)
|
|
while (*(++r) != '\0' && strchr ("0123456789;:?", *r) != NULL)
|
|
;
|
|
}
|
|
+ else if (*r == '(')
|
|
+ r++;
|
|
else if (*r == ']')
|
|
{
|
|
/*
|