Merge commit '989f86974750ae4ae32645386d749e94e66eb27d' into next

This commit is contained in:
Craig Earls 2013-02-04 10:09:58 -07:00
commit c7bf701cb3

View file

@ -129,7 +129,7 @@ format_t::element_t * format_t::parse_elements(const string& fmt,
element_t * current = NULL;
char buf[1024];
static char buf[65535];
char * q = buf;
for (const char * p = fmt.c_str(); *p; p++) {