aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--FICS/playerdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/playerdb.c b/FICS/playerdb.c
index cde9e26..86fc553 100644
--- a/FICS/playerdb.c
+++ b/FICS/playerdb.c
@@ -1087,8 +1087,8 @@ player_read(int p, char *name)
char line[MAX_LINE_SIZE] = { '\0' };
char *attr, *value;
char *resolvedPath = NULL;
- int len = 0;
int version = 0;
+ size_t len = 0;
parray[p].login = stolower(xstrdup(name)); // free on error?