--- code/trunk/pcre_config.c 2012/01/14 16:20:44 871 +++ code/trunk/pcre_config.c 2012/01/14 16:27:27 872 @@ -77,6 +77,7 @@ { case PCRE_CONFIG_UTF8: #if defined COMPILE_PCRE16 + *((int *)where) = 0; return PCRE_ERROR_BADOPTION; #else #if defined SUPPORT_UTF @@ -89,6 +90,7 @@ case PCRE_CONFIG_UTF16: #if defined COMPILE_PCRE8 + *((int *)where) = 0; return PCRE_ERROR_BADOPTION; #else #if defined SUPPORT_UTF