diff options
| author | 0scar <qgt268@alumni.ku.dk> | 2024-12-31 01:25:55 +0000 |
|---|---|---|
| committer | 0scar <qgt268@alumni.ku.dk> | 2024-12-31 01:25:55 +0000 |
| commit | 93ea83d5f889887f461d079ce594dd9e193cd37b (patch) | |
| tree | 868b2e76090dd387e63e43387ddefe0008045c8b /status.c | |
| parent | 6d1eefed8cc4c0eb39027a5c59622114e233322b (diff) | |
Increase element size
Diffstat (limited to 'status.c')
| -rw-r--r-- | status.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ #define ELEMENT_SEPERATOR " " #define STATUS_STRBUF_SZ 512 -#define ELEMENT_STRBUF_SZ 64 +#define ELEMENT_STRBUF_SZ 128 /* Type definitions */ typedef void (*element_function)(char*); |
