fixed compile for linux
This commit is contained in:
parent
f444f9b43e
commit
8a06b20ad6
@ -46,7 +46,7 @@ namespace cv
|
||||
#else
|
||||
DIR *dp;
|
||||
struct dirent *dirp;
|
||||
if((dp = opendir(directoryName.c_str())) == NULL)
|
||||
if((dp = opendir(path.c_str())) == NULL)
|
||||
{
|
||||
return list;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user