diff --git a/ntfsprogs/utils.c b/ntfsprogs/utils.c index b412cc47..cc9d0fa2 100644 --- a/ntfsprogs/utils.c +++ b/ntfsprogs/utils.c @@ -525,7 +525,7 @@ int utils_inode_get_name(ntfs_inode *inode, char *buffer, int bufsize) ntfs_log_debug("Pathname: %s\n", buffer); - return 0; + return 1; } /**