From 4c733301e6d13b6b13aef4549f262d05007ffc9f Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Thu, 11 Jun 2015 13:39:49 +0200 Subject: Fixed cstr_buf for std::string with small string optimization --- kernel/log.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel/log.cc') diff --git a/kernel/log.cc b/kernel/log.cc index dbc94ce8c..91d857723 100644 --- a/kernel/log.cc +++ b/kernel/log.cc @@ -52,7 +52,7 @@ string log_last_error; vector header_count; pool log_id_cache; -vector string_buf; +vector string_buf; int string_buf_index = -1; static struct timeval initial_tv = { 0, 0 }; -- cgit v1.2.3