Opened 18 years ago
Closed 18 years ago
#369 closed Defect (fixed)
Missing error description for ERR_TOO_MANY_EXITS
| Reported by: | Nicolas | Owned by: | davea |
|---|---|---|---|
| Priority: | Trivial | Milestone: | Undetermined |
| Component: | Client - Daemon | Version: | |
| Keywords: | Cc: |
Description
boincerror() doesn't list ERR_TOO_MANY_EXITS (defined in error_numbers.h). The file itself has a comment that recommends adding a text description to boincerror when new constants are added. Also note the comment says "boincerror() in util.C" but boincerror() is on str_util.C now.
Change History (2)
comment:1 Changed 18 years ago by
comment:2 Changed 18 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Second issue fixed in [13295] among other totally unrelated changes (I didn't notice it before).

Fixed in [13293]; but the comment at the bottom of error_numbers.h still points to util.C when it should mention str_util.C.