utils_inode_get_name(): fix return value in case of success (the function

always returned with failure beforehand)
edge.strict_endians
szaka 2005-10-30 22:41:20 +00:00
parent 121d05deb6
commit ae42186cf5
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
/**