initialize variable history_file

This commit is contained in:
h_vogt
2009-10-11 16:54:52 +00:00
parent 5e438cb6ed
commit 3feb4377a6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ extern int rl_catch_signals; /* missing from editline/readline.h */
#if defined(HAVE_GNUREADLINE) || defined(HAVE_BSDEDITLINE)
char history_file[512];
char history_file[512] = {'\0'};
static char *application_name;
#endif /* HAVE_GNUREADLINE || HAVE_BSDEDITLINE */