mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-29 01:04:55 +02:00
initialize variable history_file
This commit is contained in:
+1
-1
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user