[Home]

Summary:ASTERISK-11365: [patch] SPRINTF function is broken
Reporter:Dmitry Andrianov (dimas)Labels:
Date Opened:2008-02-03 14:59:22.000-0600Date Closed:2008-02-03 23:29:19.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Functions/func_strings
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) sprintf.patch
Description:...because of missing curly braces. (By the way, that is why any good coding style insist in having curly braces ANYTIME for if/els)

Patch attached.
Comments:By: Digium Subversion (svnbot) 2008-02-03 23:07:30.000-0600

Repository: asterisk
Revision: 102214

U   branches/1.4/funcs/func_strings.c

------------------------------------------------------------------------
r102214 | tilghman | 2008-02-03 23:07:29 -0600 (Sun, 03 Feb 2008) | 6 lines

Missing braces.
(closes issue ASTERISK-11365)
Reported by: dimas
Patches:
      sprintf.patch uploaded by dimas (license 88)

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

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

By: Digium Subversion (svnbot) 2008-02-03 23:29:19.000-0600

Repository: asterisk
Revision: 102238

_U  trunk/
U   trunk/funcs/func_strings.c

------------------------------------------------------------------------
r102238 | tilghman | 2008-02-03 23:29:18 -0600 (Sun, 03 Feb 2008) | 14 lines

Merged revisions 102214 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r102214 | tilghman | 2008-02-03 23:10:02 -0600 (Sun, 03 Feb 2008) | 6 lines

Missing braces.
(closes issue ASTERISK-11365)
Reported by: dimas
Patches:
      sprintf.patch uploaded by dimas (license 88)

........

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

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