markfasheh / duperemove

Tools for deduping file systems
GNU General Public License v2.0
795 stars 80 forks source link

Fix remove_file_hashes_prep retval in case of success #236

Closed lorddoskias closed 4 years ago

lorddoskias commented 4 years ago

For some reason this function was returning EINVAL in case of success. Instead return 0.