[asterisk-commits] russell: branch russell/codec_resample r95500 - in /team/russell/codec_resamp...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Dec 31 15:01:54 CST 2007


Author: russell
Date: Mon Dec 31 15:01:53 2007
New Revision: 95500

URL: http://svn.digium.com/view/asterisk?view=rev&rev=95500
Log:
sync with trunk

Modified:
    team/russell/codec_resample/   (props changed)
    team/russell/codec_resample/funcs/func_env.c

Propchange: team/russell/codec_resample/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Propchange: team/russell/codec_resample/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Mon Dec 31 15:01:53 2007
@@ -1,1 +1,1 @@
-/trunk:1-95466
+/trunk:1-95499

Modified: team/russell/codec_resample/funcs/func_env.c
URL: http://svn.digium.com/view/asterisk/team/russell/codec_resample/funcs/func_env.c?view=diff&rev=95500&r1=95499&r2=95500
==============================================================================
--- team/russell/codec_resample/funcs/func_env.c (original)
+++ team/russell/codec_resample/funcs/func_env.c Mon Dec 31 15:01:53 2007
@@ -73,7 +73,7 @@
 
 	action = strsep(&data, ",");
 	if (stat(data, &s)) {
-		return -1;
+		return 0;
 	} else {
 		switch (*action) {
 		case 'e':




More information about the asterisk-commits mailing list