mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 12:00:56 +01:00
fixes and stuff
This commit is contained in:
@@ -21,8 +21,6 @@
|
||||
|
||||
#include "buffer.h"
|
||||
|
||||
|
||||
|
||||
Buffer *buffer_new(size_t blocksize, char *name) {
|
||||
Buffer *b = ucmalloc(sizeof(Buffer));
|
||||
b->buf = ucmalloc(blocksize);
|
||||
|
||||
Reference in New Issue
Block a user