[Home]

Summary:ASTERISK-10724: minor typo bug in ast_say_date_with_format_fr()
Reporter:vallimamod abdullah (vma)Labels:
Date Opened:2007-11-08 17:39:38.000-0600Date Closed:2007-11-08 17:51:02.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/Internationalization
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Hello,

While trying to understand why my speaking clock did not work correctly with
"language=fr", I have found a typo bug in the function
ast_say_date_with_format_fr().  With 'S' format, it gives the current hour instead of the second.

The following patch against svn trunk shows it immediately and provide a correction:

edit: removed

--
Regards,
- vma
Comments:By: Jason Parker (jparker) 2007-11-08 17:48:59.000-0600

Please do not post patches in the description or in bug notes.  However, as described, the fix is trivial.

By: Digium Subversion (svnbot) 2007-11-08 17:51:02.000-0600

Repository: asterisk
Revision: 89126

_U  trunk/
U   trunk/main/say.c

------------------------------------------------------------------------
r89126 | qwell | 2007-11-08 17:51:02 -0600 (Thu, 08 Nov 2007) | 13 lines

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

(closes issue ASTERISK-10724)
........
r89125 | qwell | 2007-11-08 17:52:35 -0600 (Thu, 08 Nov 2007) | 4 lines

Properly say the seconds here..

Issue 11203, fix described by vma.

........

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