[svn-commits] mjordan: trunk r371517 - in /trunk: ./ funcs/func_hangupcause.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Aug 17 20:34:53 CDT 2012


Author: mjordan
Date: Fri Aug 17 20:34:50 2012
New Revision: 371517

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=371517
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)
........

Merged revisions 371516 from http://svn.asterisk.org/svn/asterisk/branches/11

Modified:
    trunk/   (props changed)
    trunk/funcs/func_hangupcause.c

Propchange: trunk/
------------------------------------------------------------------------------
--- branch-11-merged (original)
+++ branch-11-merged Fri Aug 17 20:34:50 2012
@@ -1,1 +1,1 @@
-/branches/11:1-371121,371143,371146,371200,371227,371258,371272,371295,371324,371355,371382,371395,371399,371425-371426,371438,371482,371492,371507
+/branches/11:1-371121,371143,371146,371200,371227,371258,371272,371295,371324,371355,371382,371395,371399,371425-371426,371438,371482,371492,371507,371516

Modified: trunk/funcs/func_hangupcause.c
URL: http://svnview.digium.com/svn/asterisk/trunk/funcs/func_hangupcause.c?view=diff&rev=371517&r1=371516&r2=371517
==============================================================================
--- trunk/funcs/func_hangupcause.c (original)
+++ trunk/funcs/func_hangupcause.c Fri Aug 17 20:34:50 2012
@@ -218,7 +218,7 @@
 	.read = hangupcause_keys_read,
 };
 
-static const char app[] = "HangupcauseClear";
+static const char app[] = "HangupCauseClear";
 
 /*!
  * \internal




More information about the svn-commits mailing list