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

Error in code (status instead of e) #43

Open
milos-matijasevic opened this issue Jul 28, 2020 · 0 comments
Open

Error in code (status instead of e) #43

milos-matijasevic opened this issue Jul 28, 2020 · 0 comments

Comments

@milos-matijasevic
Copy link

Should here https://github.com/willemt/pearldb/blob/master/src/main.c#L543 be

 if (0 != e)
        uv_fatal(e);

instead of

if (0 != status)
        uv_fatal(e);

?

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

1 participant