[svn-commits] dvossel: branch dvossel/fixtheworld_phase1_step3 r304153 - /team/dvossel/fixt...
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Wed Jan 26 14:14:03 CST 2011
Author: dvossel
Date: Wed Jan 26 14:14:00 2011
New Revision: 304153
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=304153
Log:
Initialize the format structure on bitfield conversion
Modified:
team/dvossel/fixtheworld_phase1_step3/main/format.c
Modified: team/dvossel/fixtheworld_phase1_step3/main/format.c
URL: http://svnview.digium.com/svn/asterisk/team/dvossel/fixtheworld_phase1_step3/main/format.c?view=diff&rev=304153&r1=304152&r2=304153
==============================================================================
--- team/dvossel/fixtheworld_phase1_step3/main/format.c (original)
+++ team/dvossel/fixtheworld_phase1_step3/main/format.c Wed Jan 26 14:14:00 2011
@@ -473,7 +473,7 @@
case (1ULL << 27):
return ast_format_set(dst, AST_FORMAT_T140, 0);
}
-
+ ast_format_clear(dst);
return NULL;
}
More information about the svn-commits
mailing list