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

steven kladitis <[email protected]> changed:

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

--- Comment #4 from steven kladitis <[email protected]> ---
I see this in the latest pull for code.
    if (s->mod != NULL)

I believe it should be
    if (s->mod is not  NULL)

--

Reply via email to