main.c, volatile, make shure they are up to date in memory when LONGJMP is executed

This commit is contained in:
rlar 2015-01-04 16:06:15 +01:00
parent f8df1a7b2f
commit e57b8b5426
1 changed files with 1 additions and 1 deletions

View File

@ -815,7 +815,7 @@ main(int argc, char **argv)
char log_file[BSIZE_SP];
char soa_log_file[BSIZE_SP];
volatile bool readinit = TRUE;
bool istty = TRUE;
volatile bool istty = TRUE;
bool iflag = FALSE;
bool qflag = FALSE;