Skip to content

Commit

Permalink
bin.rs NFC comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmoon79 committed Mar 17, 2024
1 parent c4f86ec commit 772358d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/bin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4134,7 +4134,7 @@ fn processing_loop(

// TODO: Issue #5 return code confusion
// the rationale for returning `false` (and then the process return code 1)
// is clunky, and could use a little refactoring. Also needs a gituhub Issue
// is clunky, and could use a little refactoring.
let mut ret: bool = true;
if chan_recv_err > 0 {
defo!("F chan_recv_err {}; return false", chan_recv_err);
Expand Down

0 comments on commit 772358d

Please sign in to comment.