From: Russell Bryant Date: Fri, 9 Jul 2010 12:48:25 +0000 (+0000) Subject: Extend length limit on country name in indications.conf. X-Git-Tag: 11.0.0-beta1~2715 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e10dcd165b0c4a7dd476b48394ec53eab1be4a32;p=thirdparty%2Fasterisk.git Extend length limit on country name in indications.conf. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@274907 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/include/asterisk/indications.h b/include/asterisk/indications.h index f69eb86c6e..c0c17e5f51 100644 --- a/include/asterisk/indications.h +++ b/include/asterisk/indications.h @@ -72,7 +72,7 @@ struct ast_tone_zone_sound { */ struct ast_tone_zone { /*! \brief Country code that this set of tones is for */ - char country[5]; + char country[16]; /*! * \brief Text description of the given country. *