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

Fix handling of EOF in lsh_read_line() #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

robsim0116
Copy link

@robsim0116 robsim0116 commented Aug 25, 2024

Hi again : ) I have implemented the changes (with your suggestion) and hope everything looks good! I also noticed you opted to mix perror() and fprintf() elsewhere in your code (in places where errno would be set), but I didn't touch any of that because, well, your choices were more than likely intentional!

Fixes #25

@robsim0116 robsim0116 changed the title Fix handling of EOF in lsh_read_line() (#25) Fix handling of EOF in lsh_read_line() Aug 25, 2024
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

Successfully merging this pull request may close these issues.

Handling of EOF in lsh_read_line()
1 participant