X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fccltoken.c;h=ae8b4c0ddf8ceadb5d5c0f462c04dfb99f1d55f7;hb=8fa3d0c0967fd6db5c7a2b2ffc504cb48407a586;hp=70bc47dd4165486a40e3eb88a23d9a72f7f9e6b4;hpb=c6e47cbbff56f39f6d81b079ebaeac41d793d4d9;p=yaz-moved-to-github.git diff --git a/src/ccltoken.c b/src/ccltoken.c index 70bc47d..ae8b4c0 100644 --- a/src/ccltoken.c +++ b/src/ccltoken.c @@ -44,7 +44,7 @@ /* CCL - lexical analysis * Europagate, 1995 * - * $Id: ccltoken.c,v 1.1 2003-10-27 12:21:30 adam Exp $ + * $Id: ccltoken.c,v 1.2 2004-08-11 11:44:30 adam Exp $ * * Old Europagate Log: * @@ -201,7 +201,7 @@ struct ccl_token *ccl_token_simple (const char *command) struct ccl_token *ccl_parser_tokenize (CCL_parser cclp, const char *command) { const char *aliases; - const char *cp = command; + const unsigned char *cp = command; struct ccl_token *first = NULL; struct ccl_token *last = NULL;