Parchive / par3cmdline

Official repo for par3cmdline and par3lib
GNU Lesser General Public License v2.1
92 stars 3 forks source link

Bug fix + small changes towards getting Linux to natively compile #6

Closed mdnahas closed 1 year ago

mdnahas commented 1 year ago

Found and fixed a bug in how directories are identified.

Made a few more files in linux/ directory compile natively on Linux.

Still need to change "par_search", "path_search", and "extra_search" in libpar3.c. They use the _findfirst64() function which is not available on Linux.