pali / udftools

Linux tools for UDF filesystems and DVD/CD-R(W) drives
GNU General Public License v2.0
108 stars 30 forks source link

wrudf: Fix incorrect return value checking for `lseek` #50

Closed Johnson-zs closed 3 years ago

Johnson-zs commented 3 years ago

The return value check of lseek makes it impossible to read block data when devicetype is DISK_IMAGE

pali commented 3 years ago

Thanks, merged.