[asterisk-bugs] [JIRA] (ASTERISK-22856) SayUnixTime in polish reads minutes instead of seconds

Rusty Newton (JIRA) noreply at issues.asterisk.org
Thu Nov 21 12:38:03 CST 2013


     [ https://issues.asterisk.org/jira/browse/ASTERISK-22856?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rusty Newton updated ASTERISK-22856:
------------------------------------

    Component/s: Applications/app_sayunixtime
    
> SayUnixTime in polish reads minutes instead of seconds
> ------------------------------------------------------
>
>                 Key: ASTERISK-22856
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-22856
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Applications/app_sayunixtime
>    Affects Versions: 11.0.0
>            Reporter: Robert Mordec
>            Severity: Minor
>         Attachments: say.c.patch
>
>
> Function *ast_say_date_with_format_pl* in say.c has a little bug.
> When provided with format 'S' it supposed to say value of seconds but it actually takes value of minutes:
> res = ast_say_number(chan, tm.tm_min, ints, lang, "f");
> I included a simple fix.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list