Skip to content
Snippets Groups Projects
Commit a01f81e8 authored by clc5q's avatar clc5q
Browse files

Fix compile error.

Former-commit-id: d1f10e52eb8a10876d4b1aa53fff17769e5821be
parent c343c565
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ FileBased_StructuredDiversity_t::FileBased_StructuredDiversity_t(string key, int
static bool fexists(const char *filename) {
ifstream ifile(filename);
return (NULL != ifile);
return (!!ifile);
}
vector<string> FileBased_StructuredDiversity_t::DoBarrier(string value)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment