X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=zlayer%2Fzaccess.c;fp=zlayer%2Fzaccess.c;h=83bc8b4b3fa507a90050440a923c0ffbdb23887e;hb=46dc3c88f6d2ac4ec881c0a56de0284677d23c87;hp=be3316a405e9539029fdf2099344e79366332d6b;hpb=6d430db4a378fa7e8bfde4c998970b36d13ee8e9;p=egate.git diff --git a/zlayer/zaccess.c b/zlayer/zaccess.c index be3316a..83bc8b4 100644 --- a/zlayer/zaccess.c +++ b/zlayer/zaccess.c @@ -2,7 +2,10 @@ * Europagate, 1995 * * $Log: zaccess.c,v $ - * Revision 1.9 1995/02/17 15:17:51 quinn + * Revision 1.10 1995/02/20 18:19:30 quinn + * More relaxed about record types. + * + * Revision 1.9 1995/02/17 15:17:51 quinn * Bug fix * * Revision 1.8 1995/02/17 14:48:41 quinn @@ -342,7 +345,7 @@ void get_responserecords(zass_record ***p, DATA_DIR *rec) else { gw_log(GW_LOG_WARN, ZASS_TYPE, "ZLAYER only knows USMARC at this point."); - return; + gw_log(GW_LOG_WARN, ZASS_TYPE, "Type was '%d'", (**p)->which); } align = External_GetEncodingAligned(ext); if (!align) @@ -431,7 +434,6 @@ const struct zass_presentent *zass_present(ZASS a, char *resname, int start, } r.nextpos = PresentResponse_GetNextResultSetPosition(pdu); start = r.nextpos; - r.num; switch(PresentResponse_GetRecordType(pdu)) { case RESPONSERECORDS_TAG: