diff --git a/format.c b/format.c index 27ef820..0ab53cb 100644 --- a/format.c +++ b/format.c @@ -26,7 +26,7 @@ struct FdStr { unsigned sz; }; -#define fd_stre(s) ((struct FdStr) { (s "\0\0\0\0\0\0\0\0\0\0"), sizeof (s)-1 }) +#define fd_stre(s) ((struct FdStr) { (s "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"), sizeof (s)-1 }) static char* fd_strpcat(char* restrict dst, struct FdStr src) {