mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-30 02:26:23 +00:00
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:
@@ -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,
|
static char *complete_context_remove_extension(char *line, char *word, int pos,
|
||||||
int state)
|
int state)
|
||||||
{
|
{
|
||||||
char *ret;
|
char *ret = NULL;
|
||||||
int which = 0;
|
int which = 0;
|
||||||
|
|
||||||
#ifdef BROKEN_READLINE
|
#ifdef BROKEN_READLINE
|
||||||
|
Reference in New Issue
Block a user