[SCM] Mumudvb packaging branch, upstream, updated. 24c2efb080b56abb8e7be67bae30ba7fe457759e
Brice Dubost
dubost at poulet.adm.crans.org
Sat Nov 1 13:31:03 UTC 2008
The following commit has been merged in the upstream branch:
commit 50757c1ea9beef809d8a1551123f4e9b5cace439
Author: Brice Dubost <dubost at poulet.adm.crans.org>
Date: Sun Sep 21 01:14:20 2008 +0200
Small but important mistake
diff --git a/src/sap.c b/src/sap.c
index 2dd83ea..23c931b 100644
--- a/src/sap.c
+++ b/src/sap.c
@@ -140,7 +140,7 @@ int sap_add_program(mumudvb_channel_t channel, mumudvb_sap_message_t *sap_messag
// the / is the TTL
//c=...
- sprintf(temp_string,"o=%s/%d\r\n", channel.ipOut, DEFAULT_TTL);
+ sprintf(temp_string,"c=IN IP4 %s/%d\r\n", channel.ipOut, DEFAULT_TTL);
memcpy(sap_message->buf + sap_message->len + payload_len, temp_string, strlen(temp_string));
payload_len+=strlen(temp_string);
--
Mumudvb packaging
More information about the pkg-vdr-dvb-changes
mailing list