X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=zlint%2Fzlint.cpp;h=7ed83b768346f729d9b4cd6354379ec196c36873;hp=b8b8d59cd9cbbd9100864c5030ebdf097019d966;hb=HEAD;hpb=32a5aaaa9a78f9ee028090496a85c3aa8526ea27 diff --git a/zlint/zlint.cpp b/zlint/zlint.cpp index b8b8d59..7ed83b7 100644 --- a/zlint/zlint.cpp +++ b/zlint/zlint.cpp @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2013 Index Data and Mike Taylor + * Copyright (C) Index Data * See the file LICENSE for details. */ @@ -150,7 +150,11 @@ IPDU_Observer *Zlint::sessionNotify( Z_ReferenceId *Zlint::mk_refid(const char *buf, int len) { - return odr_create_Odr_oct(odr_encode(), buf, len); + return odr_create_Odr_oct(odr_encode(), +#if YAZ_VERSIONL < 0x50000 + (unsigned char *) +#endif + buf, len); } int Zlint::initResponseGetVersion(Z_InitResponse *init)