"patch from Nigel Vickers and me, to prevent recursed getclosingbraces walking over a double stop delimeter"

This commit is contained in:
Ralf Becker 2007-11-10 08:12:34 +00:00
parent 97830ca51f
commit 8e9aae494b

View File

@ -2314,6 +2314,7 @@ class Net_IMAPProtocol {
$str_line_aux = $this->_getSubstr( $str_line , $pos );
$pos_aux = $this->_getClosingBracesPos( $str_line_aux );
$pos+=$pos_aux;
if ($pos == $len-1) break;
}
}
if( $str_line[$pos] != $stopDelim ){