Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Probably wrong assert statement in gen.c #8

Closed
orbitcowboy opened this issue Aug 24, 2014 · 1 comment
Closed

Probably wrong assert statement in gen.c #8

orbitcowboy opened this issue Aug 24, 2014 · 1 comment

Comments

@orbitcowboy
Copy link

Please take a look at following assert statement from gen.c, line 827:

    assert(p && p->sclass == REGISTER && p->sclass == REGISTER && p->x.regnode);

The statement p->sclass == REGISTER appears twice, which looks like a copy&paste error to me.

Best regards and many thanks for taking a look at this issue.

Martin Ettl

@drh
Copy link
Owner

drh commented Nov 5, 2014

Fixed. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants