[Home]

Summary:ASTERISK-04561: [patch] variable declaration in the middle of a block
Reporter:Luigi Rizzo (rizzo)Labels:
Date Opened:2005-07-12 00:38:55Date Closed:2008-01-15 15:41:03.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) say.diff
Description:say.c has variable declarations in the middle of a block,
this patch puts them in the right place and also removes a
useless if ()
Comments:By: Kevin P. Fleming (kpfleming) 2005-07-12 10:50:27

Committed to CVS HEAD, thanks!

By: Digium Subversion (svnbot) 2008-01-15 15:41:03.000-0600

Repository: asterisk
Revision: 6104

U   trunk/say.c

------------------------------------------------------------------------
r6104 | kpfleming | 2008-01-15 15:41:03 -0600 (Tue, 15 Jan 2008) | 3 lines

don't declare variables inside a code block (bug ASTERISK-4561)
fix formatting

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=6104