fix(kcp, IDT, Heap, kernel): Various fixes, scrap broken memory allocator
This commit is contained in:
@@ -20,7 +20,7 @@ namespace kcp {
|
||||
};
|
||||
|
||||
class cstringstream {
|
||||
const char* string;
|
||||
char* string;
|
||||
std::size_t size;
|
||||
|
||||
base current_base = base::dec;
|
||||
|
||||
Reference in New Issue
Block a user