X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=odr%2Fber_tag.c;h=8dc5e17ac55ad6b7d7df3334f02376d437b9d3e6;hp=0f34540cc6d31d80c2bd087521980c0a92ade140;hb=044d170f0a963555486df54653cd2fdc5815928b;hpb=6565e283922168b7a1284d0c4164f94c833f6301 diff --git a/odr/ber_tag.c b/odr/ber_tag.c index 0f34540..8dc5e17 100644 --- a/odr/ber_tag.c +++ b/odr/ber_tag.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: ber_tag.c,v $ - * Revision 1.17 1997-09-30 09:33:10 adam + * Revision 1.18 1998-02-11 11:53:34 adam + * Changed code so that it compiles as C++. + * + * Revision 1.17 1997/09/30 09:33:10 adam * Minor changes - removed indentation of ifdef. * * Revision 1.16 1997/09/17 12:10:33 adam @@ -77,7 +80,7 @@ int ber_tag(ODR o, void *p, int zclass, int tag, int *constructed, int opt) { Odr_ber_tag *odr_ber_tag = &o->odr_ber_tag; int rd; - char **pp = p; + char **pp = (char **)p; if (o->direction == ODR_DECODE) *pp = 0;