Skip to content
Snippets Groups Projects
Commit f2ccbc81 authored by Mark Spencer's avatar Mark Spencer
Browse files

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
parent 5537e1ad
No related branches found
No related tags found
No related merge requests found
...@@ -462,7 +462,7 @@ static int fix_complete_args(char *line, char **word, int *pos) ...@@ -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
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment