[asterisk-bugs] [Asterisk 0013054]: [patch] janitor project to use ARRAY_LEN instead of in-line sizeof() and division.
noreply at bugs.digium.com
noreply at bugs.digium.com
Thu Oct 30 11:01:12 CDT 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=13054
======================================================================
Reported By: pabelanger
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 13054
Category: General
Reproducibility: N/A
Severity: feature
Priority: normal
Status: new
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 129568
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 07-10-2008 11:51 CDT
Last Modified: 07-10-2008 12:41 CDT
======================================================================
Summary: [patch] janitor project to use ARRAY_LEN instead of
in-line sizeof() and division.
Description:
replaced:
sizeof(array)/sizeof(array[0])
with:
ARRAY_LEN(array)
======================================================================
----------------------------------------------------------------------
pabelanger - 07-10-08 12:41
----------------------------------------------------------------------
Version 2: stripped unnecessary parenthesis
Issue History
Date Modified Username Field Change
======================================================================
07-10-08 12:41 pabelanger Note Added: 0090031
======================================================================
More information about the asterisk-bugs
mailing list