Skip to content
Snippets Groups Projects
Commit 619715af authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

fix compile

parent 2efbc7cf
No related branches found
No related tags found
No related merge requests found
......@@ -159,7 +159,7 @@ int StatFile(const std::string &fileName)
// could get file modification time from buf
#else
struct _stat buf;
int ret _stat(fileName.c_str(), &buf);
int ret = _stat(fileName.c_str(), &buf);
#endif
return ret;
}
......
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