Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > e03bc63e63839f10ed76ff89e9978a24 > files > 6

amsn-0.98.9-6.mga3.src.rpm

diff -p -up ./utils/farsight/src/tcl_farsight.c.orig ./utils/farsight/src/tcl_farsight.c
--- ./utils/farsight/src/tcl_farsight.c.orig	2012-05-26 19:22:08.944491224 +0000
+++ ./utils/farsight/src/tcl_farsight.c	2012-05-26 19:22:27.286695742 +0000
@@ -3492,7 +3492,7 @@ int Farsight_Start _ANSI_ARGS_((ClientDa
 
   /* Set audio candidates */
   if (audio_remote_candidates) {
-    if (!fs_stream_set_remote_candidates (audio_stream, audio_remote_candidates,
+    if (!fs_stream_add_remote_candidates (audio_stream, audio_remote_candidates,
             &error)) {
       Tcl_AppendResult (interp, "Could not set the audio remote candidates",
           (char *) NULL);
@@ -3503,7 +3503,7 @@ int Farsight_Start _ANSI_ARGS_((ClientDa
   }
   /* Set video candidates */
   if (video_remote_candidates && video_stream) {
-    if (!fs_stream_set_remote_candidates (video_stream, video_remote_candidates,
+    if (!fs_stream_add_remote_candidates (video_stream, video_remote_candidates,
             &error)) {
       Tcl_AppendResult (interp, "Could not set the video remote candidates",
           (char *) NULL);