patch from Martijn van Oosterhout
This commit is contained in:
parent
1625c760db
commit
a478089bd9
1 changed files with 2 additions and 0 deletions
|
@ -210,7 +210,9 @@ int main (int argc,char** argv)
|
|||
} else {
|
||||
tree.trim();
|
||||
std::clog<<" number nodes="<<tree.count()<<std::endl;
|
||||
file.exceptions(ios::failbit | ios::badbit);
|
||||
tree.write(file);
|
||||
file.flush();
|
||||
file.close();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue