Fix previous fix to filler :)
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