summaryrefslogtreecommitdiffstats
path: root/mbbsd/chc.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/chc.c')
-rw-r--r--mbbsd/chc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/chc.c b/mbbsd/chc.c
index 82087703..602fc37e 100644
--- a/mbbsd/chc.c
+++ b/mbbsd/chc.c
@@ -949,7 +949,7 @@ chc_replay(FILE* fp)
/* /\[(Red|Black) "([a-zA-Z0-9]+)"\]/; $2 */
userec_t rec;
char *userid;
- char *strtok_pos;
+ char *strtok_pos = NULL;
ChessUser *user =
(buf[1] == 'R' ? &info->user1 : &info->user2);