# | Line 495 | Line 495 | rxcontrib(const int rstart) | |
---|---|---|
495 | time_t tnow; | |
496 | if (!getRayBundle(odarr)) | |
497 | goto readerr; | |
498 | < | if (myRCmanager.ComputeRecord(odarr) < 0) |
498 | > | if (myRCmanager.ComputeRecord(odarr) <= 0) |
499 | return; // error reported, hopefully... | |
500 | r++; | |
501 | if (report_intvl <= 0) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |