X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fccltoken.c;h=1288071134416f66a451f25d51fdacb52846dde2;hp=6eb14668b3e122fb559600b6eaf6ff48cc84c860;hb=57efcfe71d3485e8f2ddac6008fbbc8183804ac7;hpb=fb6d99a0c7e07d9cc4a315c447deaf6564a85505 diff --git a/src/ccltoken.c b/src/ccltoken.c index 6eb1466..1288071 100644 --- a/src/ccltoken.c +++ b/src/ccltoken.c @@ -48,7 +48,7 @@ /* CCL - lexical analysis * Europagate, 1995 * - * $Id: ccltoken.c,v 1.8 2005-06-25 15:46:03 adam Exp $ + * $Id: ccltoken.c,v 1.9 2005-08-22 20:34:21 adam Exp $ * * Old Europagate Log: * @@ -165,7 +165,7 @@ struct ccl_token *ccl_parser_tokenize (CCL_parser cclp, const char *command) last->next->prev = last; last = last->next; } - last->ws_prefix_buf = cp0; + last->ws_prefix_buf = (const char *) cp0; last->ws_prefix_len = cp - cp0; last->next = NULL; last->name = (const char *) cp;