Accepting request 43747 from home:walery

Copy from home:walery/mc via accept of submit request 43747 revision 57.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/43747
OBS-URL: https://build.opensuse.org/package/show/Base:System/mc?expand=0&rev=12
This commit is contained in:
Cristian Rodríguez
2010-07-22 16:44:27 +00:00
committed by Git OBS Bridge
parent bdfdad3702
commit c83437be47
27 changed files with 387 additions and 7278 deletions

View File

@@ -1,13 +0,0 @@
Index: lib/util.c
===================================================================
--- lib/util.c.orig 2010-07-05 21:12:51.000000000 +0200
+++ lib/util.c 2010-07-06 19:19:06.919536838 +0200
@@ -853,6 +853,8 @@ strip_ctrl_codes (char *s)
/* strchr() matches trailing binary 0 */
while (*(++r) && strchr ("0123456789;?", *r));
}
+ else if (*r == '(')
+ r++;
else if (*r == ']')
{
/*