Adam Majer
f1b234770f
archives (bsc#1233006). OBS-URL: https://build.opensuse.org/package/show/Base:System/mc?expand=0&rev=164
16 lines
382 B
Diff
16 lines
382 B
Diff
---
|
|
lib/util.c | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
--- a/lib/util.c
|
|
+++ b/lib/util.c
|
|
@@ -762,6 +762,8 @@ strip_ctrl_codes (char *s)
|
|
while (*(++r) != '\0' && strchr ("0123456789;:?", *r) != NULL)
|
|
;
|
|
}
|
|
+ else if (*r == '(')
|
|
+ r++;
|
|
else if (*r == ']')
|
|
{
|
|
/*
|