We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/987432340/LCX/blob/6163c23c7d526ad88fb8f4a37d3574d95b74d869/Lcx.cpp#L257-L260 测s1写s2了 应该是 if (FD_ISSET(s2,&writefd)&&flag&&(readsize>0)) 写错了的情况下, 这软件居然还能凑合着运行一会儿,囧rz
if (FD_ISSET(s2,&writefd)&&flag&&(readsize>0))
The text was updated successfully, but these errors were encountered:
是这样呢
Sorry, something went wrong.
感谢你能读这代码,并找到问题。 前面有同学反馈我看到了,可是代码年代太久了,如今工作太忙自己又懒就没有做修正问题。 给你点赞
Update Lcx.cpp
53688ff
基于 UndefinedIdentifier#2 (comment) 修复
No branches or pull requests
https://github.com/987432340/LCX/blob/6163c23c7d526ad88fb8f4a37d3574d95b74d869/Lcx.cpp#L257-L260
测s1写s2了
应该是
if (FD_ISSET(s2,&writefd)&&flag&&(readsize>0))
写错了的情况下,
这软件居然还能凑合着运行一会儿,囧rz
The text was updated successfully, but these errors were encountered: