Support macro values up to 2KB

URLs are getting longer and longer...

ref: da455434
parent 36f75521
......@@ -102,7 +102,7 @@ static struct macro *
macro_def_int(const char *name, macro_f *func, const char *fmt, va_list ap)
{
struct macro *m;
char buf[512];
char buf[2048];
VTAILQ_FOREACH(m, &macro_list, list)
if (!strcmp(name, m->name))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment