X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=zutil%2Fzget.c;h=cccb08f747ddf9e5f8f62e6971a17bcd45cc6e0c;hb=b0555501e434d0f71f97ea17f282db2e795ff950;hp=dfbb2a661c2394ac6b61780cdc5f810bdbd97b00;hpb=f44aed624693cd65d1c2f780452eb9aa6c339bdb;p=yaz-moved-to-github.git diff --git a/zutil/zget.c b/zutil/zget.c index dfbb2a6..cccb08f 100644 --- a/zutil/zget.c +++ b/zutil/zget.c @@ -1,9 +1,9 @@ /* - * Copyright (c) 1995-2002, Index Data. + * Copyright (c) 1995-2003, Index Data. * See the file LICENSE for details. * Sebastian Hammer, Adam Dickmeiss * - * $Id: zget.c,v 1.12 2002-04-25 08:34:08 adam Exp $ + * $Id: zget.c,v 1.14 2003-02-23 21:10:07 adam Exp $ */ #include @@ -334,6 +334,7 @@ Z_SortResponse *zget_SortResponse(ODR o) r->sortStatus = odr_intdup(o, Z_SortStatus_success); r->resultSetStatus = odr_intdup(o, Z_SortResultSetStatus_empty); r->diagnostics = 0; + r->resultCount = 0; r->otherInfo = 0; return r; }