From: Adam Dickmeiss Date: Fri, 30 May 2008 11:35:55 +0000 (+0200) Subject: Fix comment regarding diagnostics X-Git-Tag: v3.0.30~29 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=9a4813613f9dcc5a03776064ce6dd41a71606b74 Fix comment regarding diagnostics --- diff --git a/src/seshigh.c b/src/seshigh.c index a70fbc5..d1205ad 100644 --- a/src/seshigh.c +++ b/src/seshigh.c @@ -2520,11 +2520,9 @@ static Z_Records *pack_records(association *a, char *setname, int start, *next = freq.last_in_set ? 0 : recno + 1; - /* backend should be able to signal whether error is system-wide - or only pertaining to current record */ if (freq.errcode) { - if (!freq.surrogate_flag) + if (!freq.surrogate_flag) /* non-surrogate diagnostic i.e. global */ { char s[20]; *pres = Z_PresentStatus_failure;