--- code/trunk/pcre_dfa_exec.c 2007/03/26 15:09:47 130 +++ code/trunk/pcre_dfa_exec.c 2007/03/26 16:00:17 134 @@ -2311,7 +2311,7 @@ /* If we have just passed a CR and the newline option is ANY, and we are now at a LF, advance the match position by one more character. */ - + if (current_subject[-1] == '\r' && md->nltype == NLTYPE_ANY && current_subject < end_subject &&