Fix debug permissions display to show the transfer permission again.
This commit is contained in:
@@ -1022,6 +1022,7 @@ void mask_to_string(U32 mask, char* str)
|
|||||||
{
|
{
|
||||||
*str = ' ';
|
*str = ' ';
|
||||||
}
|
}
|
||||||
|
str++;
|
||||||
|
|
||||||
if (mask & PERM_EXPORT)
|
if (mask & PERM_EXPORT)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user