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

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
This commit is contained in:
OBS User mrdocs
2016-03-16 05:23:50 +00:00
committed by Git OBS Bridge
parent a0b406e843
commit bb3ce30daf
15 changed files with 112 additions and 48 deletions

View File

@@ -1,6 +1,6 @@
--- 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)
@@ -752,6 +752,8 @@ strip_ctrl_codes (char *s)
while (*(++r) != '\0' && strchr ("0123456789;:?", *r) != NULL)
;
}