提交 8a06b20a 编写于 作者: A Andrey Morozov

fixed compile for linux

上级 f444f9b4
......@@ -46,8 +46,8 @@ namespace cv
#else
DIR *dp;
struct dirent *dirp;
if((dp = opendir(directoryName.c_str())) == NULL)
{
if((dp = opendir(path.c_str())) == NULL)
{
return list;
}
......@@ -129,4 +129,4 @@ namespace cv
return list;
}
}
\ No newline at end of file
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册