recognize verify_contents token

This commit is contained in:
rdb 2010-03-04 18:10:44 +00:00
parent 34d84ea813
commit 1df1eb4f3e

View File

@ -111,6 +111,8 @@ run_embedded(streampos read_offset, int argc, char *argv[]) {
_win_height = atoi(value.c_str());
} else if (keyword == "root_dir") {
root_dir = value;
} else if (keyword == "verify_contents") {
_verify_contents = (bool) atoi(value.c_str());
}
}
curstr = "";