Browse Source

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

pre-master-46
rlar 11 years ago
parent
commit
e57b8b5426
  1. 2
      src/main.c

2
src/main.c

@ -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;

Loading…
Cancel
Save