|
From: <and...@us...> - 2006-04-01 15:35:17
|
Revision: 1177 Author: andreradke Date: 2006-04-01 07:35:06 -0800 (Sat, 01 Apr 2006) ViewCVS: http://svn.sourceforge.net/frontierkernel/?rev=1177&view=rev Log Message: ----------- Updated string array definitions for inetdaddtoerrorlog in langhtml.c to eliminate GCC 4.0 compilation error. Modified Paths: -------------- Frontier/trunk/Common/source/langhtml.c Modified: Frontier/trunk/Common/source/langhtml.c =================================================================== --- Frontier/trunk/Common/source/langhtml.c 2006-04-01 15:29:09 UTC (rev 1176) +++ Frontier/trunk/Common/source/langhtml.c 2006-04-01 15:35:06 UTC (rev 1177) @@ -7182,7 +7182,7 @@ }/*webserverserver*/ -static bigstring bswhatwerewedoing [] = { +static unsigned char * bswhatwerewedoing [] = { "\x21" "Checking user.inetd.shutdown flag", "\x13" "Creating paramtable", "\x1e" "Adding client IP to paramtable", This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |