Merge commit '989f86974750ae4ae32645386d749e94e66eb27d' into next
This commit is contained in:
commit
c7bf701cb3
1 changed files with 1 additions and 1 deletions
|
|
@ -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++) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue