You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to decompress files that were decompressed with a native lzo library. I'm wondering if this library only supports a specific version of lzo?
The version the other files were compressed with is:
lzop --version
lzop 1.03
LZO library 2.06
Is this a quick fix? Or should I try to find another way to go about decompressing these files?