Skip to content

Commit

Permalink
Fix Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
jcdr428 committed Aug 10, 2023
1 parent b04d74d commit 4a819a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmediation/fs/osdep/file_unix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ int File::write(const void* buffer, uint32_t count)

bool File::isOpen() const { return to_fd(m_impl) != -1; }

bool File::size(uint64_t* const fileSize) const
bool File::size(int64_t* const fileSize) const
{
bool res = false;

Expand Down

0 comments on commit 4a819a0

Please sign in to comment.