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
This commit is contained in:
Mark Spencer
2004-05-03 04:38:31 +00:00
parent 5537e1ad17
commit f2ccbc81d9
2 changed files with 1332 additions and 649 deletions

View File

@@ -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