diff options
Diffstat (limited to 'FICS')
| -rw-r--r-- | FICS/playerdb.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/FICS/playerdb.c b/FICS/playerdb.c index f084851..0c5c502 100644 --- a/FICS/playerdb.c +++ b/FICS/playerdb.c @@ -1587,7 +1587,8 @@ showstored(int p) struct direct *dp; #endif - snprintf(dname, sizeof dname, "%s/%c", adj_dir, parray[p].login[0]); + (void) snprintf(dname, sizeof dname, "%s/%c", adj_dir, + parray[p].login[0]); if ((dirp = opendir(dname)) == NULL) { multicol_end(m); |
