mirror of
https://git.code.sf.net/p/ntfs-3g/ntfs-3g.git
synced 2024-11-23 18:14:24 +08:00
Fix previous fix to filler :)
This commit is contained in:
parent
cc166f9f42
commit
a9a1f28cf5
@ -562,7 +562,7 @@ static int ntfs_fuse_filler(ntfs_fuse_fill_context_t *fill_ctx,
|
||||
const unsigned dt_type __attribute__((unused)))
|
||||
{
|
||||
char *filename = NULL;
|
||||
int ret;
|
||||
int ret = 0;
|
||||
|
||||
if (name_type == FILE_NAME_DOS)
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user