aboutsummaryrefslogtreecommitdiffstats
path: root/FICS
diff options
context:
space:
mode:
Diffstat (limited to 'FICS')
-rw-r--r--FICS/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/utils.c b/FICS/utils.c
index 337a838..131e7bd 100644
--- a/FICS/utils.c
+++ b/FICS/utils.c
@@ -250,7 +250,7 @@ mail_file_to_user(int p, char *subj, char *fname)
PUBLIC int
pcommand(int p, char *comstr, ...)
{
- char tmp[MAX_LINE_SIZE];
+ char tmp[MAX_LINE_SIZE] = { '\0' };
int current_socket = parray[p].socket;
int retval;
va_list ap;