From a9a1f28cf5995c23892bd59bbf42ebac2e7c6b26 Mon Sep 17 00:00:00 2001 From: Yura Pakhuchiy Date: Tue, 11 Sep 2007 16:46:29 +0300 Subject: [PATCH] Fix previous fix to filler :) --- ntfsprogs/ntfsmount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ntfsprogs/ntfsmount.c b/ntfsprogs/ntfsmount.c index 34658c54..88cee13f 100644 --- a/ntfsprogs/ntfsmount.c +++ b/ntfsprogs/ntfsmount.c @@ -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;