1
0
Fork 0

Rename boolean flag "exit" to "exit_flag"

Otherwise it's confusing when grepping code, and it confuses syntax
highlighter in various programs as well.
This commit is contained in:
Patryk Obara 2020-05-04 09:39:03 +02:00 committed by Patryk Obara
parent c183992dc2
commit 19267d00e2
3 changed files with 15 additions and 15 deletions

View file

@ -120,7 +120,7 @@ public:
Bit16u input_handle;
BatchFile * bf;
bool echo;
bool exit;
bool exit_flag;
bool call;
};