[asterisk-commits] mjordan: branch 11 r371516 - /branches/11/funcs/func_hangupcause.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Aug 17 20:34:15 CDT 2012
Author: mjordan
Date: Fri Aug 17 20:34:12 2012
New Revision: 371516
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=371516
Log:
Make the name of the "HangupCauseClear" application consistent
The name of the "HangupCauseClear" application is "HangupCauseClear",
not "HangupcauseClear". The incorrect case of 'cause' caused the
XML documentation to not register properly.
As an aside, this commit message felt very awkward, but I'm not sure
how else to note that "X", which has to be "X", was referred to as "x".
(closes issue ASTERISK-20253)
Reported by: Andrew Latham
Patches:
hangupcause.diff uploaded by Andrew Latham (license #5985)
Modified:
branches/11/funcs/func_hangupcause.c
Modified: branches/11/funcs/func_hangupcause.c
URL: http://svnview.digium.com/svn/asterisk/branches/11/funcs/func_hangupcause.c?view=diff&rev=371516&r1=371515&r2=371516
==============================================================================
--- branches/11/funcs/func_hangupcause.c (original)
+++ branches/11/funcs/func_hangupcause.c Fri Aug 17 20:34:12 2012
@@ -218,7 +218,7 @@
.read = hangupcause_keys_read,
};
-static const char app[] = "HangupcauseClear";
+static const char app[] = "HangupCauseClear";
/*!
* \internal
More information about the asterisk-commits
mailing list