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

Matt Jordan (JIRA) noreply at issues.asterisk.org
Thu Feb 6 16:59:11 CST 2014


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

Matt Jordan updated ASTERISK-22856:
-----------------------------------

    Target Release Version/s: 1.8.26.0
    
> [patch]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
>            Assignee: Scott Griepentrog
>            Severity: Minor
>      Target Release: 1.8.26.0
>
>         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