Internationalize say_date_time, fix small pbx_config seglet (bug #1537)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2871 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.0
Mark Spencer 21 years ago
parent 5537e1ad17
commit f2ccbc81d9

@ -462,7 +462,7 @@ static int fix_complete_args(char *line, char **word, int *pos)
static char *complete_context_remove_extension(char *line, char *word, int pos,
int state)
{
char *ret;
char *ret = NULL;
int which = 0;
#ifdef BROKEN_READLINE

2119
say.c

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save