X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=server%2Fseshigh.c;h=8fdef834bb686237a6298d128f1107689f38af4c;hp=7b558ebfe35644e67bf8e1019d3b65b601f1be0e;hb=d896caa8d64509d95e79ad1ec5966d880abc1883;hpb=d8effb26c004e99bfd83855511c4ec5a7c7f3c79 diff --git a/server/seshigh.c b/server/seshigh.c index 7b558eb..8fdef83 100644 --- a/server/seshigh.c +++ b/server/seshigh.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: seshigh.c,v $ - * Revision 1.59 1996-05-14 09:26:46 quinn + * Revision 1.60 1996-05-30 11:03:10 quinn + * Fixed NextresultSetPosition bug fixed. + * + * Revision 1.59 1996/05/14 09:26:46 quinn * Added attribute set to scan backend * * Revision 1.58 1996/02/20 12:53:04 quinn @@ -921,6 +924,7 @@ static Z_Records *pack_records(association *a, char *setname, int start, reclist.records[reclist.num_records] = surrogatediagrec(a->proto, fres->basename, 16, 0); reclist.num_records++; + *next = fres->last_in_set ? 0 : recno + 1; continue; } } @@ -930,6 +934,7 @@ static Z_Records *pack_records(association *a, char *setname, int start, reclist.records[reclist.num_records] = surrogatediagrec(a->proto, fres->basename, 17, 0); reclist.num_records++; + *next = fres->last_in_set ? 0 : recno + 1; continue; } }