libyal / libvmdk

Library and tools to access the VMware Virtual Disk (VMDK) format
GNU Lesser General Public License v3.0
168 stars 66 forks source link

Use image filename instead of possibly stale extent filename for single-extent monolithicSparse images #8

Closed uckelman closed 8 years ago

uckelman commented 8 years ago

Fixes Issue #7.

joachimmetz commented 8 years ago

Thx, I'll have a look later this week to merge these changes.

joachimmetz commented 8 years ago

I'll merge in the changes, though I'll have to make adjustments to make sure the code is still compatible. I'll add some FYI pointers to the PR, in case they are useful to you.

joachimmetz commented 8 years ago

Also X_open_wide() would require the same addition. FYI I'll make the necessary changes to the code loosely based on your PR.