X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Falvis.c;h=cb980504bccd49403ae023d31f0ba9bfa16e0b45;hb=7952454742648f5f5b62205c27ee019c7b6a1592;hp=2f917634ef11145d629161311353d5d3211b0667;hpb=be6820b238db37a855dd7b940377a427b7046d73;p=idzebra-moved-to-github.git diff --git a/index/alvis.c b/index/alvis.c index 2f91763..cb98050 100644 --- a/index/alvis.c +++ b/index/alvis.c @@ -1,4 +1,4 @@ -/* $Id: alvis.c,v 1.8 2006-12-13 13:05:45 adam Exp $ +/* $Id: alvis.c,v 1.10 2006-12-22 13:57:03 adam Exp $ Copyright (C) 1995-2006 Index Data ApS @@ -434,8 +434,7 @@ static void index_record(struct filter_info *tinfo,struct recExtractCtrl *ctrl, sscanf(id_str, "%255s", ctrl->match_criteria); if (rank_str) - ctrl->staticrank = atoi(rank_str); - + ctrl->staticrank = atozint(rank_str); ptr = ptr->children; }