From 9a4813613f9dcc5a03776064ce6dd41a71606b74 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 30 May 2008 13:35:55 +0200 Subject: [PATCH] Fix comment regarding diagnostics --- src/seshigh.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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; -- 1.7.10.4