@@ -35,7 +35,7 @@ class Buffer : public ConstBuffer {
voidConsume();// discard up to last commit
protected:
std::unique_ptr<char>own_buf_;
std::unique_ptr<char[]>own_buf_;
char*buf_;
constsize_tsize_;
};
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.