| 519 | } |
| 520 | |
| 521 | void netsenderDrawBot(void) |
| 522 | { |
| 523 | char buf[256]; |
| 524 | const char* text = NULL; |
| 525 | if (!doneSearching) |
| 526 | { |
| 527 | snprintf(buf, sizeof(buf), textGetString(StrId_NetSenderActive)); |
| 528 | text = buf; |
| 529 | } |
| 530 | |
| 531 | networkDrawBot(StrId_NetSender, text, (datafd >= 0 && filelen), filelen, filetotal); |
| 532 | } |
nothing calls this directly
no test coverage detected