From: Adam Dickmeiss Date: Fri, 25 Feb 2005 10:09:15 +0000 (+0000) Subject: Added two else-statements in seldom used term structure handling code. X-Git-Tag: ZEBRA.1.3.26~27 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=1722facbdfc8bd9e6639df899e0d4d63b1f9cf86;p=idzebra-moved-to-github.git Added two else-statements in seldom used term structure handling code. --- diff --git a/index/zrpn.c b/index/zrpn.c index c014b3b..b3fddab 100644 --- a/index/zrpn.c +++ b/index/zrpn.c @@ -1,4 +1,4 @@ -/* $Id: zrpn.c,v 1.141.2.6 2005-01-23 15:06:21 adam Exp $ +/* $Id: zrpn.c,v 1.141.2.7 2005-02-25 10:09:15 adam Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004 Index Data Aps @@ -489,6 +489,7 @@ static int term_104(ZebraMaps zebra_maps, int reg_type, dst[i++] = '.'; dst_term[j++] = *s0++; } + else { s1 = s0; map = zebra_maps_input(zebra_maps, reg_type, &s0, strlen(s0), 0); @@ -535,6 +536,7 @@ static int term_105 (ZebraMaps zebra_maps, int reg_type, dst[i++] = '.'; dst_term[j++] = *s0++; } + else { s1 = s0; map = zebra_maps_input(zebra_maps, reg_type, &s0, strlen(s0), 0);