X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Scheduler%2FConsole%2FParse.ih;h=61c5cee47f73846c48b06775120dc06f834b56dc;hb=55d09e34a5b9a9c7af23cc5ecb0ab79d58757a2d;hp=781676481a4f8766c1ac0ef1f311271e07e9485f;hpb=3593676775cfadb0094eb4f472c6ced0763e0068;p=senf.git diff --git a/Scheduler/Console/Parse.ih b/Scheduler/Console/Parse.ih index 7816764..61c5cee 100644 --- a/Scheduler/Console/Parse.ih +++ b/Scheduler/Console/Parse.ih @@ -120,8 +120,8 @@ namespace detail { // Invalid characters: All chars below \x20 (space) which are not space_p // (don't put a \0 in the chset<> argument *string* ...) - invalid_p ( - boost::spirit::chset<>('\0') | boost::spirit::chset<>("\x01-\x20") - space_p ), + invalid_p ( (boost::spirit::chset<>('\0') + | boost::spirit::chset<>("\x01-\x20")) - space_p ), // Valid word characters word_p (