Skip to content
Snippets Groups Projects
Commit d0a5590b authored by Gabriel Studer's avatar Gabriel Studer
Browse files

set fault_tolerant=true as default in molck

parent d83c6121
Branches
Tags
No related merge requests found
......@@ -109,6 +109,7 @@ int main(int argc, char *argv[])
usage();
}
IOProfile prof;
prof.fault_tolerant=true;
String rm;
String color;
bool colored = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment