diff --git a/src/include/dstr.h b/src/include/dstr.h index 12ff737..976a1f1 100644 --- a/src/include/dstr.h +++ b/src/include/dstr.h @@ -3,7 +3,7 @@ #include -#define DSTR_INITSZ 2 +#define DSTR_INITSZ 128 typedef struct { char* buf; // The buffer containing the string.