de082762cc
Updated to latest released (4.8.9) OBS-URL: https://build.opensuse.org/request/show/183610 OBS-URL: https://build.opensuse.org/package/show/Base:System/mc?expand=0&rev=57
12 lines
367 B
Diff
12 lines
367 B
Diff
--- lib/util.c.orig 2013-07-09 14:43:17.000000000 +0400
|
|
+++ lib/util.c 2013-07-11 18:48:01.258511499 +0400
|
|
@@ -745,6 +745,8 @@
|
|
while (*(++r) != '\0' && strchr ("0123456789;?", *r) != NULL)
|
|
;
|
|
}
|
|
+ else if (*r == '(')
|
|
+ r++;
|
|
else if (*r == ']')
|
|
{
|
|
/*
|