This commit is contained in:
Behdad Esfahbod 2020-08-08 14:04:54 -06:00
parent ffe06c8f04
commit fce64a407d
1 changed files with 1 additions and 1 deletions

View File

@ -549,7 +549,7 @@ struct AnchorMatrix
Iterator index_iter)
{
TRACE_SERIALIZE (this);
if (!index_iter.len ()) return_trace (false);
if (!index_iter) return_trace (false);
if (unlikely (!c->extend_min ((*this)))) return_trace (false);
this->rows = num_rows;