Skip to content

Commit

Permalink
Fixed bug in DiskImageFile.
Browse files Browse the repository at this point in the history
  • Loading branch information
sgan81 committed Apr 11, 2019
1 parent 8441747 commit f7b4277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ApfsLib/DiskImageFile.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class DiskImageFile

void Read(uint64_t off, void *data, size_t size);

size_t GetContentSize() const { return m_crypt_size; }
uint64_t GetContentSize() const { return m_crypt_size; }

bool CheckSetupEncryption();

Expand Down

0 comments on commit f7b4277

Please sign in to comment.