https://issues.dlang.org/show_bug.cgi?id=19941

steven kladitis <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #6 from steven kladitis <[email protected]> ---
I see in the latest pull
  if (v->inuse || v->_scope == NULL || v->_init == NULL ||
I think it should be
   if (v->inuse || v->_scope is NULL || v->_init is NULL ||

--

Reply via email to