diff options
Diffstat (limited to 'textproc/libxml2/files/patch-uri.c')
-rw-r--r-- | textproc/libxml2/files/patch-uri.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/libxml2/files/patch-uri.c b/textproc/libxml2/files/patch-uri.c index 03dbc8bbed99..82b06581c80e 100644 --- a/textproc/libxml2/files/patch-uri.c +++ b/textproc/libxml2/files/patch-uri.c @@ -12,9 +12,9 @@ bogus values when called with URIs that have rootless paths (e.g. "urx:b:b" becomes "urx://b%3Ab" where "urx:b%3Ab" would be correct) ---- uri.c.orig 2016-05-22 01:49:02 UTC +--- uri.c.orig 2019-10-22 18:46:01 UTC +++ uri.c -@@ -1199,6 +1199,8 @@ xmlSaveUri(xmlURIPtr uri) { +@@ -1201,6 +1201,8 @@ xmlSaveUri(xmlURIPtr uri) { if (temp == NULL) goto mem_error; ret = temp; } |