Summary: | ASTERISK-22856: [patch]SayUnixTime in polish reads minutes instead of seconds | ||
Reporter: | Robert Mordec (veilen) | Labels: | |
Date Opened: | 2013-11-15 04:19:33.000-0600 | Date Closed: | 2013-12-20 15:16:01.000-0600 |
Priority: | Minor | Regression? | |
Status: | Closed/Complete | Components: | Applications/app_sayunixtime |
Versions: | 11.0.0 | Frequency of Occurrence | Constant |
Related Issues: | |||
Environment: | Attachments: | ( 0) say.c.patch | |
Description: | 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. | ||
Comments: | By: Matt Jordan (mjordan) 2013-12-19 15:10:54.459-0600 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! By: Robert Mordec (veilen) 2013-12-20 02:07:44.579-0600 Proper code contribution attachment. |