[Home]

Summary:ASTERISK-04394: [patch] variable declaration in the middle of a block
Reporter:Luigi Rizzo (rizzo)Labels:
Date Opened:2005-06-10 13:27:03Date Closed:2005-06-12 12:51:22
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) math.diff
Description:apps/app_math.c has some variable declarations in the middle of
the block.

The attached patch puts them in the right place.
Comments:By: Michael Jerris (mikej) 2005-06-10 13:34:29

app_math was just deprecated in favor of the new math functions.  Is this same issue an issue there as well?

By: Luigi Rizzo (rizzo) 2005-06-10 18:34:45

no idea. i just found that cimpiling this file fails, and until
it is linked in the standard build i suppose it should compile!

By: Russell Bryant (russell) 2005-06-12 12:50:39

Oops, I saw bug 4514 before I saw this one.  In any case, it's fixed.