vasi / squashfuse

FUSE filesystem to mount squashfs archives
Other
286 stars 66 forks source link

Restore functions signatures #106

Closed max8rr8 closed 11 months ago

max8rr8 commented 11 months ago

subdir argument inroduced in 53e1b97 broke multiple applications depending on squashfuse. To fix this functions that accept subdir arg now have _with_subdir suffix in them. The old (unsuffixed) functions were reimplemented to call their _with_subdir counterparts with subdir = NULL.

Tested against libappimage (git commit e56c21b5387fde92cbb91c835e7aa16ab60b3879).

Fixes: #105

vasi commented 11 months ago

Not really sure why the FreeBSD build is failing, but let's get this merged to fix the breakage.