@@ -2119,7 +2119,7 @@ static void GRFInfo(byte *buf, int len)
constchar*info;
check_length(len,8,"GRFInfo");buf++;
version=grf_load_byte(buf);
version=grf_load_byte(&buf);
grfid=grf_load_dword(&buf);
name=(constchar*)buf;
info=name+strlen(name)+1;
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.