mirror of
https://github.com/pikami/st.git
synced 2024-11-25 21:35:42 +00:00
dup() -> dup2()
gcc would warn about an unused result. We know it is 0 and dup() can't fail in these circumstances, as we closed fd0 previously. Using dup2() to do the same saves one line and shuts gcc up, bringing us a clean build back.
This commit is contained in:
parent
bf8c71e429
commit
20d53cebc1
Loading…
Reference in New Issue
Block a user