Ugh
This commit is contained in:
parent
f70b52a0df
commit
cee33327f8
2
file.c
2
file.c
|
@ -937,7 +937,7 @@ void dir_list_free(char **dir_list)
|
||||||
bool path_is_directory(const char *path)
|
bool path_is_directory(const char *path)
|
||||||
{
|
{
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
return PathIsDirectory(buf) == FILE_ATTRIBUTE_DIRECTORY;
|
return PathIsDirectory(path) == FILE_ATTRIBUTE_DIRECTORY;
|
||||||
#elif defined(__CELLOS_LV2__)
|
#elif defined(__CELLOS_LV2__)
|
||||||
return false; // STUB
|
return false; // STUB
|
||||||
#elif defined(XENON)
|
#elif defined(XENON)
|
||||||
|
|
Loading…
Reference in New Issue