X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=index%2Fzrpn.c;h=476990c932b3672fd58664a08cae8153d1abc2d4;hb=4e0c3427c48f694de513318f2bd6d3470428fc88;hp=0a49a0fd11657d69621f41f4850cb0dd35cc1bbf;hpb=98912d364cb21abf4c2f3229d5578e2a3159f616;p=idzebra-moved-to-github.git diff --git a/index/zrpn.c b/index/zrpn.c index 0a49a0f..476990c 100644 --- a/index/zrpn.c +++ b/index/zrpn.c @@ -1,4 +1,4 @@ -/* $Id: zrpn.c,v 1.168 2005-01-15 20:47:15 adam Exp $ +/* $Id: zrpn.c,v 1.169 2005-02-25 10:08:44 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -509,6 +509,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); @@ -555,6 +556,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);