mirror of
https://github.com/simon987/sist2.git
synced 2025-12-16 00:39:04 +00:00
text_buffer bug fixes & Sort option
This commit is contained in:
@@ -116,7 +116,7 @@ void *create_bulk_buffer(int max, int *count, size_t *buf_len) {
|
||||
return buf;
|
||||
}
|
||||
|
||||
void *print_errors(response_t *r) {
|
||||
void print_errors(response_t *r) {
|
||||
char * tmp = malloc(r->size + 1);
|
||||
memcpy(tmp, r->body, r->size);
|
||||
*(tmp + r->size) = '\0';
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user