utils_inode_get_name(): fix return value in case of success (the function
always returned with failure beforehand)edge.strict_endians
parent
121d05deb6
commit
ae42186cf5
|
@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue