--- win32/pcre/pcre_fullinfo.c 2009/04/10 12:53:37 1.2 +++ win32/pcre/pcre_fullinfo.c 2009/04/21 10:23:57 1.3 @@ -6,7 +6,7 @@ and semantics are as close as possible to those of the Perl 5 language. Written by Philip Hazel - Copyright (c) 1997-2008 University of Cambridge + Copyright (c) 1997-2009 University of Cambridge ----------------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without @@ -89,7 +89,7 @@ if (re->magic_number != MAGIC_NUMBER) switch (what) { case PCRE_INFO_OPTIONS: - *((unsigned long int *)where) = re->options & PUBLIC_OPTIONS; + *((unsigned long int *)where) = re->options & PUBLIC_COMPILE_OPTIONS; break; case PCRE_INFO_SIZE: