Commit 30ace6fa authored by miloyip's avatar miloyip

Fix mistake in perftest

parent 556d154b
......@@ -81,7 +81,7 @@ public:
};
FILE *fp = 0;
for (size_t i = 0; i < sizeof(paths) / sizeof(paths[0]); i++) {
fp = fopen(paths[i], "rb");
fp = fopen(filename_ = paths[i], "rb");
if (fp)
break;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment