diff options
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/playerdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/playerdb.c b/FICS/playerdb.c index 60fbc55..b9e4704 100644 --- a/FICS/playerdb.c +++ b/FICS/playerdb.c @@ -513,7 +513,7 @@ PRIVATE int got_attr_value_player(int p, char *attr, char *value, FILE *fp, char *file) { char *tmp1; - char tmp[MAX_LINE_SIZE]; + char tmp[MAX_LINE_SIZE] = { '\0' }; int i, len; if (!strcmp(attr, "name:")) { |