Skip to content

Commit

Permalink
bug fix on mac.
Browse files Browse the repository at this point in the history
  • Loading branch information
herve-er committed Apr 29, 2024
1 parent 26a456a commit 6052e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcommonserver/io/iohelper_mac.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ bool IoHelper::checkIfFileIsDehydrated(const SyncPath &itemPath, bool &isDehydra
return true;
}

bool IoHelper::getRights(const SyncPath &path, bool &read, bool &write, bool &exec, IoError ioError) noexcept {
bool IoHelper::getRights(const SyncPath &path, bool &read, bool &write, bool &exec, IoError &ioError) noexcept {
read = false;
write = false;
exec = false;
Expand Down

0 comments on commit 6052e47

Please sign in to comment.