mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
Actually implement T_FMT_AMPM
This commit is contained in:
parent
50bab1e6fb
commit
c0bbece16d
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ nl_langinfo(nl_item item) {
|
|||
ret = (char *) __get_current_time_locale()->X_fmt;
|
||||
break;
|
||||
case T_FMT_AMPM:
|
||||
ret = "%r";
|
||||
ret = (char *) __get_current_time_locale()->ampm_fmt;
|
||||
break;
|
||||
case AM_STR:
|
||||
ret = (char *) __get_current_time_locale()->am;
|
||||
|
|
|
|||
Loading…
Reference in a new issue