-
Notifications
You must be signed in to change notification settings - Fork 291
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
Minor simplification in file_seek
code.
#391
Conversation
Reviewed 1 of 1 files at r1. toxcore/Messenger.c, line 1331 at r1 (raw file):
Can we simplify this and remove some duplicated variables? Comments from Reviewable |
Review status: all files reviewed at latest revision, 2 unresolved discussions, some commit checks failed. toxcore/Messenger.c, line 1331 at r1 (raw file): Previously, GrayHatter (Gregory Mullen) wrote…
Agree. We can change current toxcore/Messenger.c, line 1337 at r1 (raw file):
What about early break?
Comments from Reviewable |
beea508
to
5bc29bd
Compare
Review status: all files reviewed at latest revision, 2 unresolved discussions. toxcore/Messenger.c, line 1331 at r1 (raw file): Previously, Diadlo (Polshakov Dmitry) wrote…
It's not safe to do so. toxcore/Messenger.c, line 1337 at r1 (raw file): Previously, Diadlo (Polshakov Dmitry) wrote…
Done. Comments from Reviewable |
Reviewed 1 of 1 files at r2. Comments from Reviewable |
Review status: all files reviewed at latest revision, all discussions resolved. Comments from Reviewable |
Reviewed 1 of 1 files at r2. Comments from Reviewable |
Details in comments.
ecad145
to
5c248e9
Compare
Huh, that's interesting dead code. Why did @irungentoo add the sending else branch in there if it never sends? Comments from Reviewable |
Details in comments.
This change is