--- code/trunk/pcre_dfa_exec.c 2007/08/21 11:46:08 226 +++ code/trunk/pcre_dfa_exec.c 2007/08/21 15:00:15 227 @@ -2842,7 +2842,7 @@ } if (current_subject > end_subject) break; - /* If we have just passed a CR and we are now at a LF, and the pattern does + /* If we have just passed a CR and we are now at a LF, and the pattern does not contain any explicit matches for \r or \n, and the newline option is CRLF or ANY or ANYCRLF, advance the match position by one more character. */