Accepting request 247770 from home:dnh:branches:Base:System

update to 4.8.13

OBS-URL: https://build.opensuse.org/request/show/247770
OBS-URL: https://build.opensuse.org/package/show/Base:System/mc?expand=0&rev=91
This commit is contained in:
OBS User mrdocs
2014-09-05 23:05:53 +00:00
committed by Git OBS Bridge
parent a9bda74bf9
commit 3d0335a94e
7 changed files with 35 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
--- 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)
--- lib/util.c.orig 2014-09-05 20:50:09.000000000 +0200
+++ lib/util.c 2014-09-05 20:51:02.000000000 +0200
@@ -748,6 +748,8 @@ strip_ctrl_codes (char *s)
while (*(++r) != '\0' && strchr ("0123456789;:?", *r) != NULL)
;
}
+ else if (*r == '(')