# | Line 227 | Line 227 | int main(int argc, char* argv[]) | |
---|---|---|
227 | else if (arg == "-D") | |
228 | { | |
229 | debug = true; | |
230 | + | cerr.setf(ios_base::boolalpha); |
231 | } | |
232 | else | |
233 | { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |