Normalize line endings, remove trailing spaces.
This commit is contained in:
@@ -1038,7 +1038,7 @@ int ScanDirectory(char* path, int mode, const char *extension, int options, cons
|
||||
de = &_de;
|
||||
}
|
||||
else
|
||||
// Handle (possible) symbolic link type in the directory entry
|
||||
// Handle (possible) symbolic link type in the directory entry
|
||||
if (de->d_type == DT_LNK || de->d_type == DT_REG)
|
||||
{
|
||||
sprintf(full_path+path_len, "/%s", de->d_name);
|
||||
|
||||
Reference in New Issue
Block a user