[SCM] Mumudvb packaging branch, upstream, updated. 24c2efb080b56abb8e7be67bae30ba7fe457759e

Brice DUBOST braice at braice.net
Sat Nov 1 13:31:09 UTC 2008


The following commit has been merged in the upstream branch:
commit 24c2efb080b56abb8e7be67bae30ba7fe457759e
Author: Brice DUBOST <braice at braice.net>
Date:   Sat Nov 1 13:25:07 2008 +0100

    Forgotten UTF-8

diff --git a/tools/recup_sap.c b/tools/recup_sap.c
index 95b1118..6fdd19a 100644
--- a/tools/recup_sap.c
+++ b/tools/recup_sap.c
@@ -212,7 +212,7 @@ main (int argc, char **argv)
       lengthPacket=recv(socketIn,temp_buf,MAX_PACKET_SIZE,0);
        if(lengthPacket>0)
 	 {
-	    if(signaux==0)//mis ici pour pouvoir le tuer s'il n'y a pas de flux (aytomatiser ça à l'avenir)
+	    if(signaux==0)//mis ici pour pouvoir le tuer s'il n'y a pas de flux (aytomatiser ça à l'avenir)
 	      {
 		 if (signal (SIGHUP, SignalHandler) == SIG_IGN)
 		   signal (SIGHUP, SIG_IGN);
diff --git a/tools/relay.c b/tools/relay.c
index 6896b08..1cf75f2 100644
--- a/tools/relay.c
+++ b/tools/relay.c
@@ -200,7 +200,7 @@ main (int argc, char **argv)
     {
       lengthPacket=recv(socketIn,temp_buf,MTU,0);
       num++;
-      if(signaux==0)//mis ici pour pouvoir le tuer s'il n'y a pas de flux (automatiser ça à l'avenir)
+      if(signaux==0)//mis ici pour pouvoir le tuer s'il n'y a pas de flux (automatiser ça à l'avenir)
 	{
 	  if (signal (SIGHUP, SignalHandler) == SIG_IGN)
 	    signal (SIGHUP, SIG_IGN);

-- 
Mumudvb packaging



More information about the pkg-vdr-dvb-changes mailing list