diff --git a/indra/llinventory/llpermissions.cpp b/indra/llinventory/llpermissions.cpp index 2608f5e480..9c3bad711a 100755 --- a/indra/llinventory/llpermissions.cpp +++ b/indra/llinventory/llpermissions.cpp @@ -1150,6 +1150,8 @@ void mask_to_string(U32 mask, char* str) { *str = ' '; } + str++; + // OpenSim export permission if (mask & PERM_EXPORT) { @@ -1159,8 +1161,8 @@ void mask_to_string(U32 mask, char* str) { *str = ' '; } -// str++; +// *str = '\0'; }