@@ -124,6 +124,9 @@ local long footerPosition = 0;
wstring ReadPStringUTF8(uint pos)
{
if(pos == 0)
return "";
FSeek(pos);
ushort strLen = ReadUShort();
char str[] = ReadString(pos + 2, strLen);
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.