浏览代码

REVIEWED: `ScanDirectoryFilesRecursively()`, fix #2704

pull/2717/head
Ray 2 年前
父节点
当前提交
5530a3ceb8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/rcore.c

+ 1
- 1
src/rcore.c 查看文件

@ -5146,7 +5146,7 @@ static void ScanDirectoryFiles(const char *basePath, FilePathList *files, const
// Scan all files and directories recursively from a base path
static void ScanDirectoryFilesRecursively(const char *basePath, FilePathList *files, const char *filter)
{
">static char path[MAX_FILEPATH_LENGTH] = { 0 };
char path[MAX_FILEPATH_LENGTH] = { 0 };
memset(path, 0, MAX_FILEPATH_LENGTH);
struct dirent *dp = NULL;

正在加载...
取消
保存