X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fkcompare.c;h=c0575baaaffb29cee31d9bf5b15f314f46ed4cda;hb=ae5e5891ad52a6e7c1717afe5954039538f81236;hp=981a485d9731acf13d64dcb09c95422382e7c4a1;hpb=eb4e33573a00795f2b1c0dfebb51ab59ffd5a0d9;p=idzebra-moved-to-github.git diff --git a/index/kcompare.c b/index/kcompare.c index 981a485..c0575ba 100644 --- a/index/kcompare.c +++ b/index/kcompare.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: kcompare.c,v $ - * Revision 1.10 1995-09-29 14:01:41 adam + * Revision 1.11 1995-10-06 16:33:37 adam + * Use attribute mappings. + * + * Revision 1.10 1995/09/29 14:01:41 adam * Bug fixes. * * Revision 1.9 1995/09/28 12:10:32 adam @@ -109,8 +112,10 @@ int index_char_cvt (int c) return tolower (c); } -int index_word_prefix (char *string, int attrSet, int attrUse) +int index_word_prefix (char *string, int attset_ordinal, + int local_attribute) { - sprintf (string, "%c%04d", attrSet + '0', attrUse); + sprintf (string, "%c%04d", attset_ordinal + '0', local_attribute); return 5; } +