X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=zutil%2Fzget.c;h=629f082459680cd84923d870da38be8c4cb3ecfb;hb=29a22396d7d7b1219f5b83c35983c8fb1cd79e8f;hp=cccb08f747ddf9e5f8f62e6971a17bcd45cc6e0c;hpb=6b3cf0738c53080781fedd852e26b299224af3c3;p=yaz-moved-to-github.git diff --git a/zutil/zget.c b/zutil/zget.c index cccb08f..629f082 100644 --- a/zutil/zget.c +++ b/zutil/zget.c @@ -3,7 +3,7 @@ * See the file LICENSE for details. * Sebastian Hammer, Adam Dickmeiss * - * $Id: zget.c,v 1.14 2003-02-23 21:10:07 adam Exp $ + * $Id: zget.c,v 1.15 2003-10-08 21:48:19 adam Exp $ */ #include @@ -135,7 +135,7 @@ Z_PresentResponse *zget_PresentResponse(ODR o) r->referenceId = 0; r->numberOfRecordsReturned = odr_intdup(o, 0); r->nextResultSetPosition = odr_intdup(o, 0); - r->presentStatus = odr_intdup(o, Z_PRES_SUCCESS); + r->presentStatus = odr_intdup(o, Z_PresentStatus_success); r->records = 0; r->otherInfo = 0; return r;