From: Adam Dickmeiss Date: Wed, 1 Jul 1998 10:13:51 +0000 (+0000) Subject: Minor fix. X-Git-Tag: ZEBRA.1.0~183 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=bff44ac0dfeb0850a1c3d312807a466ad5caf555 Minor fix. --- diff --git a/recctrl/regxread.c b/recctrl/regxread.c index 4596599..2b67424 100644 --- a/recctrl/regxread.c +++ b/recctrl/regxread.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: regxread.c,v $ - * Revision 1.16 1998-06-30 15:15:09 adam + * Revision 1.17 1998-07-01 10:13:51 adam + * Minor fix. + * + * Revision 1.16 1998/06/30 15:15:09 adam * Tags are trimmed: white space removed before- and after the tag. * * Revision 1.15 1998/06/30 12:55:45 adam @@ -1625,6 +1628,7 @@ data1_node *grs_read_regx (struct grs_read_info *p) return NULL; } } + curLexSpec->dh = p->dh; if (!p->offset) { curLexSpec->f_win_start = 0;