From: <ny...@us...> - 2007-02-18 08:04:36
|
Revision: 377 http://svn.sourceforge.net/pmplib/?rev=377&view=rev Author: nyaochi Date: 2007-02-18 00:04:37 -0800 (Sun, 18 Feb 2007) Log Message: ----------- Reduce a warning in ucs2char_win32.c Modified Paths: -------------- trunk/pmplib/lib/ucs2/ucs2char_win32.c Modified: trunk/pmplib/lib/ucs2/ucs2char_win32.c =================================================================== --- trunk/pmplib/lib/ucs2/ucs2char_win32.c 2007-02-18 08:01:54 UTC (rev 376) +++ trunk/pmplib/lib/ucs2/ucs2char_win32.c 2007-02-18 08:04:37 UTC (rev 377) @@ -40,7 +40,7 @@ #endif static UINT g_codepage = CP_ACP; -static const char *g_encoding = ""; +static char g_encoding[128]; int ucs2init() { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |