mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-17 06:48:47 +02:00
Use a much shorter static size for dynamic buffers.
All checks were successful
Remind unit tests / tests (push) Successful in 32s
All checks were successful
Remind unit tests / tests (push) Successful in 32s
Most strings are pretty short.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
#include <stdio.h> /* For FILE */
|
||||
|
||||
#define DBUF_STATIC_SIZE 128
|
||||
#define DBUF_STATIC_SIZE 32
|
||||
typedef struct {
|
||||
char *buffer;
|
||||
size_t len;
|
||||
|
||||
Reference in New Issue
Block a user