Skip to content

Commit

Permalink
print the real permissions string instead of its address
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
  • Loading branch information
mgallien committed Jul 21, 2021
1 parent 9d2cb53 commit 1fca075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/remotepermissions.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class OCSYNC_EXPORT RemotePermissions

friend QDebug operator<<(QDebug &dbg, RemotePermissions p)
{
return dbg << p.toString().constData();
return dbg << p.toString();
}
};

Expand Down

0 comments on commit 1fca075

Please sign in to comment.