From: Josh Roberson Date: Sun, 20 Nov 2005 04:48:24 +0000 (+0000) Subject: issue #5791 X-Git-Tag: 1.4.0-beta1~3290 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab56f3a571791ec68649fca08e0c4a28714819e3;p=thirdparty%2Fasterisk.git issue #5791 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7135 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/ChangeLog b/ChangeLog index a53bd40c97..eee2e5125c 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-11-19 Josh Roberson + + * funcs/func_enum.c: Fix long text description causing cosmetic defect on module load. (issue #5971) + 2005-11-19 Russell Bryant * app/app_echo.c: Update application description to be a bit more accurate, and clean up a little bit of code formatting diff --git a/funcs/func_enum.c b/funcs/func_enum.c index 6533d78363..fa291a42e3 100755 --- a/funcs/func_enum.c +++ b/funcs/func_enum.c @@ -198,7 +198,7 @@ struct ast_custom_function txtcidname_function = { #ifndef BUILTIN_FUNC -static char *tdesc = "ENUMLOOKUP allows for general or specific querying of NAPTR records or counts of NAPTR types for ENUM or ENUM-like DNS pointers"; +static char *tdesc = "ENUM Related Functions"; int unload_module(void) {