[asterisk-bugs] [Asterisk 0014098]: [patch] Simplify main/strings.c code
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Dec 18 09:25:26 CST 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=14098
======================================================================
Reported By: eliel
Assigned To: eliel
======================================================================
Project: Asterisk
Issue ID: 14098
Category: Core/General
Reproducibility: have not tried
Severity: trivial
Priority: normal
Status: assigned
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 165107
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 2008-12-17 05:16 CST
Last Modified: 2008-12-18 09:25 CST
======================================================================
Summary: [patch] Simplify main/strings.c code
Description:
DEBUG_OPAQUE is obfuscating a little the code. This is a way to simplify
it.
======================================================================
----------------------------------------------------------------------
(0096617) svnbot (reporter) - 2008-12-18 09:25
http://bugs.digium.com/view.php?id=14098#c96617
----------------------------------------------------------------------
Repository: asterisk
Revision: 165502
U trunk/include/asterisk/strings.h
U trunk/main/strings.c
------------------------------------------------------------------------
r165502 | eliel | 2008-12-18 09:25:25 -0600 (Thu, 18 Dec 2008) | 9 lines
Remove duplicate code from the ast_str API. We now use __AST_STR_* to
access 'struct ast_str' members, but this must only be used inside the API
implementation.
(closes issue http://bugs.digium.com/view.php?id=14098)
Reported by: eliel
Patches:
ast_str.patch uploaded by eliel (license 64)
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=165502
Issue History
Date Modified Username Field Change
======================================================================
2008-12-18 09:25 svnbot Note Added: 0096617
======================================================================
More information about the asterisk-bugs
mailing list