summaryrefslogtreecommitdiff
path: root/format.cc
diff options
context:
space:
mode:
Diffstat (limited to 'format.cc')
-rw-r--r--format.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/format.cc b/format.cc
index dda4b7c6..875b5177 100644
--- a/format.cc
+++ b/format.cc
@@ -56,7 +56,7 @@ element_t * format_t::parse_elements(const std::string& fmt)
element_t * current = NULL;
- static char buf[1024];
+ char buf[1024];
char * q = buf;
for (const char * p = fmt.c_str(); *p; p++) {