typo bugfix
This commit is contained in:
parent
2ed8146723
commit
991138053c
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ eoMonitor& eoFileMonitor::operator()(void)
|
|||
header // we want to write headers
|
||||
&& firstcall // we do not want to write headers twice
|
||||
&& !keep // if we append to an existing file, headers are useless
|
||||
&& !overwriting // we do not want to write headers if the file is to be overwriten
|
||||
&& !overwrite // we do not want to write headers if the file is to be overwriten
|
||||
) {
|
||||
printHeader();
|
||||
firstcall = false;
|
||||
|
|
|
|||
Reference in a new issue