X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Frecctrl.h;h=394dbba0ae120e06bf40708ee70d23199fc259b1;hb=8725809220c087e81103568caa32886f0afec383;hp=c1f439240ae7da75e0b43e0b0629bd1bb0c32482;hpb=e150e51a7e20a902e9fd2f11f00811f94f67d529;p=idzebra-moved-to-github.git diff --git a/include/recctrl.h b/include/recctrl.h index c1f4392..394dbba 100644 --- a/include/recctrl.h +++ b/include/recctrl.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: recctrl.h,v $ - * Revision 1.32 1999-11-30 13:48:03 adam + * Revision 1.33 2000-02-25 13:24:49 adam + * Fixed bug regarding pointer conversion that showed up on OSF V5. + * + * Revision 1.32 1999/11/30 13:48:03 adam * Improved installation. Updated for inclusion of YAZ header files. * * Revision 1.31 1999/09/07 07:19:21 adam @@ -179,7 +182,7 @@ struct recRetrieveCtrl { /* response */ oid_value output_format; void *rec_buf; - size_t rec_len; + int rec_len; int diagnostic; char *message; };