X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=ccl%2Fccltoken.c;h=b749a9d19fb3d0a4fa4bbbac415f4de439edd22a;hb=929d26653d54a64c12dff06cbb470c22667d79f1;hp=afbac9c2e29081b4ed848d8979e27e3c6709e078;hpb=6f41c38bc479344d4ecd347a607546dc95971efa;p=yaz-moved-to-github.git diff --git a/ccl/ccltoken.c b/ccl/ccltoken.c index afbac9c..b749a9d 100644 --- a/ccl/ccltoken.c +++ b/ccl/ccltoken.c @@ -44,7 +44,7 @@ /* CCL - lexical analysis * Europagate, 1995 * - * $Id: ccltoken.c,v 1.19 2002-06-06 12:54:24 adam Exp $ + * $Id: ccltoken.c,v 1.20 2002-10-14 19:45:36 adam Exp $ * * Old Europagate Log: * @@ -277,9 +277,9 @@ struct ccl_token *ccl_parser_tokenize (CCL_parser cclp, const char *command) cp++; break; default: - if (!strchr ("(),%!><=- \t\n\r", cp[-1])) + if (!strchr ("(),%!><= \t\n\r", cp[-1])) { - while (*cp && !strchr ("(),%!><=- \t\n\r", *cp)) + while (*cp && !strchr ("(),%!><= \t\n\r", *cp)) { cp++; ++ last->len;