1
This commit is contained in:
parent
effb812c83
commit
424f708375
@ -63,7 +63,7 @@ namespace a8
|
||||
offset_.fetch_sub(len);
|
||||
return (char*)malloc(len);
|
||||
}
|
||||
buf_head = buf_ + p;
|
||||
buf_head = (BufHead*)(buf_ + p);
|
||||
buf_head->len = len;
|
||||
return buf_ + p + sizeof(BufHead);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user