aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/obsproc.c
diff options
context:
space:
mode:
Diffstat (limited to 'FICS/obsproc.c')
-rw-r--r--FICS/obsproc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/obsproc.c b/FICS/obsproc.c
index 42e7e7e..056d412 100644
--- a/FICS/obsproc.c
+++ b/FICS/obsproc.c
@@ -934,7 +934,7 @@ stored_mail_moves(int p, int mail, param_list param)
FILE *fpGame;
char *fileName;
char *name_from;
- char *param2string;
+ char *param2string = NULL;
char fileName2[MAX_FILENAME_SIZE];
int g = -1;
int wp, wconnected, bp, bconnected, gotit = 0;