[svn-commits] transnexus: trunk r48266 - /trunk/apps/app_osplookup.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Tue Dec 5 07:33:22 MST 2006


Author: transnexus
Date: Tue Dec  5 08:33:21 2006
New Revision: 48266

URL: http://svn.digium.com/view/asterisk?view=rev&rev=48266
Log:
1. Change to remove the compiling warning: "app_osplookup.c:2169: warning: initialization discards qualifiers from pointer target type"

Modified:
    trunk/apps/app_osplookup.c

Modified: trunk/apps/app_osplookup.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_osplookup.c?view=diff&rev=48266&r1=48265&r2=48266
==============================================================================
--- trunk/apps/app_osplookup.c (original)
+++ trunk/apps/app_osplookup.c Tue Dec  5 08:33:21 2006
@@ -2159,7 +2159,7 @@
 "	OSPFINISHSTATUS The status of the OSP Finish attempt as a text string, one of\n"
 "		SUCCESS | FAILED | ERROR \n";
 
-static const char osp_usage[] =
+static char osp_usage[] =
 "Usage: osp show\n"
 "       Displays information on Open Settlement Protocol support\n";
 



More information about the svn-commits mailing list