mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 11:58:40 +00:00
Merged revisions 48998 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r48998 | kpfleming | 2006-12-27 15:08:30 -0600 (Wed, 27 Dec 2006) | 3 lines move extern declaration for this option to a header file where it belongs provide an initial value for 'languageprefix' option, instead of relying on randomness to provide a useful value ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48999 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -61,7 +61,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
||||
* (i.e. en/digits/1.gsm, it/digits/1.gsm or default to digits/1.gsm).
|
||||
* The latter permits a language to be entirely in one directory.
|
||||
*/
|
||||
int ast_language_is_prefix;
|
||||
int ast_language_is_prefix = 0;
|
||||
|
||||
static AST_LIST_HEAD_STATIC(formats, ast_format);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user