[asterisk-bugs] [JIRA] (ASTERISK-22856) [patch]SayUnixTime in polish reads minutes instead of seconds
Matt Jordan (JIRA)
noreply at issues.asterisk.org
Thu Dec 19 15:11:03 CST 2013
[ https://issues.asterisk.org/jira/browse/ASTERISK-22856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=213173#comment-213173 ]
Matt Jordan commented on ASTERISK-22856:
----------------------------------------
Unfortunately, the say.c.patch attached here was not marked as a contribution, so we can't accept it :-(
If you can, please re-attach the patch, marking it as a code contribution. Thanks!
> [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
> 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