mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[PR #654] [MERGED] Avoid hardcoding 5 for errno EIO #1175
Labels
No labels
bug
compatibility
feature request
fit for beginners
help wanted
hosting
idea
improvement
packaging
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asciinema#1175
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/asciinema/asciinema/pull/654
Author: @kxxt
Created: 10/5/2024
Status: ✅ Merged
Merged: 10/17/2024
Merged by: @ku1ik
Base:
develop← Head:errno-eio📝 Commits (1)
2a0a853Avoid hardcoding 5 for errno EIO📊 Changes
1 file changed (+3 additions, -2 deletions)
View changed files
📝
src/pty.rs(+3 -2)📄 Description
We could use libc::EIO to improve readability of the code.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.