diff options
| -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*); |
