Whitespace fix
This commit is contained in:
parent
ee7f5395e6
commit
a5f2c25f47
1 changed files with 1 additions and 1 deletions
|
|
@ -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<string> account_names;
|
||||
split_string(q, ':', account_names);
|
||||
|
||||
account_t * account =
|
||||
create_temp_account_from_path(account_names, temps, master);
|
||||
account->add_flags(ACCOUNT_GENERATED);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue