[svn-commits] russell: branch 1.6.2 r232011 - in /branches/1.6.2: ./ main/file.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Dec 1 17:36:15 CST 2009


Author: russell
Date: Tue Dec  1 17:36:12 2009
New Revision: 232011

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=232011
Log:
Merged revisions 232008 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

................
  r232008 | russell | 2009-12-01 17:27:53 -0600 (Tue, 01 Dec 2009) | 9 lines
  
  Merged revisions 232007 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r232007 | russell | 2009-12-01 17:25:36 -0600 (Tue, 01 Dec 2009) | 2 lines
    
    Fix a warning pointed out by buildbot.
  ........
................

Modified:
    branches/1.6.2/   (props changed)
    branches/1.6.2/main/file.c

Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.2/main/file.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.2/main/file.c?view=diff&rev=232011&r1=232010&r2=232011
==============================================================================
--- branches/1.6.2/main/file.c (original)
+++ branches/1.6.2/main/file.c Tue Dec  1 17:36:12 2009
@@ -1358,7 +1358,7 @@
 	char *fmts_str[AST_MAX_FORMATS];
 	char *stringp, *type;
 	char *orig = fmts;
-	int i, j, x, first, found;
+	int i, j, x, first, found = 0;
 	int len = strlen(fmts) + 1;
 
 	if (AST_RWLIST_RDLOCK(&formats)) {




More information about the svn-commits mailing list