From a5f2c25f472ac2c495263f31a3f3ae38fabdd797 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 30 Jun 2011 09:25:58 -0500 Subject: Whitespace fix --- src/filters.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/filters.cc b/src/filters.cc index a39fc951..ffb7c0c0 100644 --- a/src/filters.cc +++ b/src/filters.cc @@ -1381,9 +1381,9 @@ inject_posts::inject_posts(post_handler_ptr handler, for (char * q = std::strtok(buf.get(), ","); q; q = std::strtok(NULL, ",")) { - std::list account_names; split_string(q, ':', account_names); + account_t * account = create_temp_account_from_path(account_names, temps, master); account->add_flags(ACCOUNT_GENERATED); -- cgit v1.2.3