Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use portable OS error codes so program doesn't crash (#318)
Hard-coding OS error numbers that differ between different platforms caused the program to crash at platforms using a different error number. Using the Standard errno system symbols will avoid this problem. Co-authored-by: kvid <[email protected]>
- Loading branch information