From 7b81b1e773fa6e4348262cae33845d2f6f73972a Mon Sep 17 00:00:00 2001 From: fgsch Date: Mon, 5 Sep 2005 20:48:15 +0000 Subject: [PATCH] sigh, missed by cvs. --- audio/streamripper/patches/patch-lib_relaylib_c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 audio/streamripper/patches/patch-lib_relaylib_c diff --git a/audio/streamripper/patches/patch-lib_relaylib_c b/audio/streamripper/patches/patch-lib_relaylib_c new file mode 100644 index 00000000000..8a8ca7acb6f --- /dev/null +++ b/audio/streamripper/patches/patch-lib_relaylib_c @@ -0,0 +1,12 @@ +$OpenBSD: patch-lib_relaylib_c,v 1.1 2005/09/05 20:48:15 fgsch Exp $ +--- lib/relaylib.c.orig Mon Aug 22 17:53:31 2005 ++++ lib/relaylib.c Mon Aug 22 17:54:01 2005 +@@ -492,7 +492,7 @@ void thread_accept(void *notused) + ret, header_len); + client_relay_header_release(client_http_header); + if (ret == header_len) { +- debug_printf ("Relay: strlen(client_http_header) is now %d\n", strlen(client_http_header)); ++ debug_printf ("Relay: strlen(client_http_header) is now %d\n", header_len); + newhostsock = malloc(sizeof(*newhostsock)); + if (newhostsock != NULL) + {