Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 27 Jan 2011 09:37:48 +0000 (10:37 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 27 Jan 2011 09:37:48 +0000 (10:37 +0100)
src/seshigh.c

index 5d2df23..e739d3a 100644 (file)
@@ -2505,6 +2505,7 @@ static Z_Records *pack_records(association *a, char *setname, Odr_int start,
         }
         if (freq.record == 0)  /* no error and no record ? */
         {
+            *pres = Z_PresentStatus_partial_4;
             *next = 0;   /* signal end-of-set and stop */
             break;
         }