[asterisk-bugs] [JIRA] (ASTERISK-22856) SayUnixTime in polish reads minutes instead of seconds
Robert Mordec (JIRA)
noreply at issues.asterisk.org
Fri Nov 15 04:20:03 CST 2013
Robert Mordec created ASTERISK-22856:
----------------------------------------
Summary: 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
Affects Versions: 11.0.0
Reporter: Robert Mordec
Severity: Minor
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