regen patch (line number change only)

This commit is contained in:
sthen 2014-12-24 12:31:23 +00:00
parent c6d40070db
commit ac4f60b54d

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-src_formats_c,v 1.4 2012/03/26 20:38:49 sthen Exp $
--- src/formats.c.orig Sat Mar 24 06:29:07 2012
+++ src/formats.c Sat Mar 24 06:29:53 2012
@@ -348,7 +348,7 @@ static int sox_checkformat(sox_format_t * ft)
$OpenBSD: patch-src_formats_c,v 1.5 2014/12/24 12:31:23 sthen Exp $
--- src/formats.c.orig Sun Jan 13 19:57:39 2013
+++ src/formats.c Wed Dec 24 12:30:53 2014
@@ -349,7 +349,7 @@ static int sox_checkformat(sox_format_t * ft)
return SOX_SUCCESS;
}
@ -10,7 +10,7 @@ $OpenBSD: patch-src_formats_c,v 1.4 2012/03/26 20:38:49 sthen Exp $
{
return !(
strncasecmp(text, "http:" , (size_t)5) &&
@@ -385,7 +385,7 @@ static FILE * xfopen(char const * identifier, char con
@@ -386,7 +386,7 @@ static FILE * xfopen(char const * identifier, char con
else if (is_url(identifier)) {
FILE * f = NULL;
#ifdef HAVE_POPEN