Fix debug permissions display to show the transfer permission again.

This commit is contained in:
Melanie
2013-03-29 02:46:44 +01:00
parent 345c5c751c
commit 121de1fc12

View File

@@ -1022,6 +1022,7 @@ void mask_to_string(U32 mask, char* str)
{
*str = ' ';
}
str++;
if (mask & PERM_EXPORT)
{