Corrected a debug string
This commit is contained in:
parent
a5f2c25f47
commit
77e6694de5
1 changed files with 1 additions and 1 deletions
|
|
@ -1373,7 +1373,7 @@ inject_posts::inject_posts(post_handler_ptr handler,
|
||||||
account_t * master)
|
account_t * master)
|
||||||
: item_handler<post_t>(handler)
|
: item_handler<post_t>(handler)
|
||||||
{
|
{
|
||||||
TRACE_CTOR(inject_posts, "post_handler_ptr, string");
|
TRACE_CTOR(inject_posts, "post_handler_ptr, string, account_t *");
|
||||||
|
|
||||||
scoped_array<char> buf(new char[tag_list.length() + 1]);
|
scoped_array<char> buf(new char[tag_list.length() + 1]);
|
||||||
std::strcpy(buf.get(), tag_list.c_str());
|
std::strcpy(buf.get(), tag_list.c_str());
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue