diff options
| author | Markus Uhlin <markus@nifty-networks.net> | 2026-04-04 20:20:16 +0200 |
|---|---|---|
| committer | Markus Uhlin <markus@nifty-networks.net> | 2026-04-04 20:20:16 +0200 |
| commit | 2778a10fcade2a8d6bee556db682ee7a84f90eb1 (patch) | |
| tree | 502f6e3dfc76122d9fcd1984c8b7aa519a958f5a /FICS/comproc.c | |
| parent | 4b479cd1897a37371a349d9b68edfa9909c852fc (diff) | |
Diffstat (limited to 'FICS/comproc.c')
| -rw-r--r-- | FICS/comproc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FICS/comproc.c b/FICS/comproc.c index 9f3ab90..98a44bd 100644 --- a/FICS/comproc.c +++ b/FICS/comproc.c @@ -933,8 +933,8 @@ who_terse(int p, int num, int *plist, int type) if (type == none) { strlcpy(ptmp, " ", sizeof ptmp); } else { - snprintf(ptmp, sizeof ptmp, "%-4s", ratstrii(rat, - parray[p1].registered)); + (void) snprintf(ptmp, sizeof ptmp, "%-4s", + ratstrii(rat, parray[p1].registered)); if (parray[p1].simul_info.numBoards) { strlcat(ptmp, "~", sizeof ptmp); |
