X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Scheduler%2FConsole%2FParse.ih;h=61c5cee47f73846c48b06775120dc06f834b56dc;hb=c77d350c7bb263316c35f535542cdeaec3d2aab6;hp=781676481a4f8766c1ac0ef1f311271e07e9485f;hpb=2da517bbcdb2af10d2322fc762ca27774b53b435;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 (