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

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


Rusty Newton created ASTERISK-22880:
---------------------------------------

             Summary: [patch]SayUnixTime in polish reads minutes instead of seconds
                 Key: ASTERISK-22880
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-22880
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: Applications/app_sayunixtime
    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