summaryrefslogtreecommitdiff
path: root/audio/libopendaap/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'audio/libopendaap/patches/patch-af')
-rw-r--r--audio/libopendaap/patches/patch-af18
1 files changed, 15 insertions, 3 deletions
diff --git a/audio/libopendaap/patches/patch-af b/audio/libopendaap/patches/patch-af
index 8ae04a86345..c075a67ff90 100644
--- a/audio/libopendaap/patches/patch-af
+++ b/audio/libopendaap/patches/patch-af
@@ -1,9 +1,9 @@
-$NetBSD: patch-af,v 1.2 2005/08/05 12:53:08 tonio Exp $
+$NetBSD: patch-af,v 1.3 2005/10/01 18:13:17 kristerw Exp $
gcc-2.95.3 does not like code intermixed with declarations.
---- client.c.orig 2005-08-04 10:43:47.000000000 +0200
-+++ client.c 2005-08-04 10:44:42.000000000 +0200
+--- client.c.orig Thu May 12 08:46:29 2005
++++ client.c Sat Oct 1 20:02:09 2005
@@ -1379,11 +1379,10 @@
int requestid = 0;
@@ -17,3 +17,15 @@ gcc-2.95.3 does not like code intermixed with declarations.
if (pCHThis->version_major != 3)
{
buf = safe_sprintf(songUrl_42, databaseid, songid, songformat,
+@@ -1643,10 +1642,10 @@
+ static void AsyncWaitUpdate(void *pv_pCHThis, void *unused)
+ {
+ DAAP_SClientHost *pCHThis = (DAAP_SClientHost*)pv_pCHThis;
+- TRACE("()\n");
+ char hash[33] = {0};
+ char updateUrl[] = "/update?session-id=%i&revision-number=%i&delta=%i";
+ char *buf;
++ TRACE("()\n");
+
+ buf = safe_sprintf(updateUrl, pCHThis->sessionid, pCHThis->revision_number,
+ pCHThis->revision_number);