aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_musiconhold.c
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-24 10:17:40 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-24 10:17:40 +0000
commit5d7fbc4b1e07573ab8e0d91ec21ed1705e630f1a (patch)
treee87ec254faa8010e08a5c4d690b63f6bfa4373e5 /res/res_musiconhold.c
parent4f1ce1ea492dddb54662568e1effce3e76c18e0f (diff)
Update to trunk
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@10988 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res/res_musiconhold.c')
-rw-r--r--res/res_musiconhold.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_musiconhold.c b/res/res_musiconhold.c
index 9b61264bb..00cd68978 100644
--- a/res/res_musiconhold.c
+++ b/res/res_musiconhold.c
@@ -124,7 +124,7 @@ struct moh_files_state {
struct mohclass {
char name[MAX_MUSICCLASS];
- char dir[256];
+ char dir[AST_MAX_FILENAME_LEN];
char args[256];
char mode[80];
char filearray[MAX_MOHFILES][MAX_MOHFILE_LEN];