diff --git a/src/commands/CmdCustom.cpp b/src/commands/CmdCustom.cpp index 530668895..078dcacbe 100644 --- a/src/commands/CmdCustom.cpp +++ b/src/commands/CmdCustom.cpp @@ -87,7 +87,7 @@ int CmdCustom::execute (std::string& output) // Prepend the argument list with those from the report filter. std::vector filterArgs; - Lexer::token_split (filterArgs, reportFilter); + Lexer::word_split (filterArgs, reportFilter); std::vector ::reverse_iterator arg; for (arg = filterArgs.rbegin (); arg != filterArgs.rend (); ++ arg) context.parser.captureFirst (*arg);