aboutsummaryrefslogtreecommitdiffstats
path: root/utils.c
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-07-10 19:58:33 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-07-10 19:58:33 +0000
commit7e6cbb15c739507082d7871e5db379553f5d1177 (patch)
treee9426a755f48d903e0e7e6cbce70619d0a76e19b /utils.c
parenta4d2b77ff07913acea46c914f7424e38de10d778 (diff)
Fixed. Done. Good. Make ast_join work like it used to.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37348 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'utils.c')
-rw-r--r--utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils.c b/utils.c
index bdb022e42..74d4854c4 100644
--- a/utils.c
+++ b/utils.c
@@ -1050,7 +1050,7 @@ char *ast_process_quotes_and_slashes(char *start, char find, char replace_with)
return dataPut;
}
-void ast_join(char *s, size_t len, const char *w[])
+void ast_join(char *s, size_t len, char * const w[])
{
int x, ofs = 0;
const char *src;