Change API of document field boost function slightly; this looks more correct and maybe will fix some build problems on certain arches?

This commit is contained in:
alexhudson
2008-03-07 16:20:46 +00:00
parent e40ca5fe4f
commit e5c3d6ed42
+1 -1
View File
@@ -171,7 +171,7 @@ FilterAddText(Document *doc, const TCHAR *fieldName, const char *value, bool inc
}
int
FilterAddTextWithBoost(Document *doc, const TCHAR *fieldName, const char *value, float boost, bool includeInEverything)
FilterAddTextWithBoost(Document *doc, const TCHAR *fieldName, const char *value, float_t boost, bool includeInEverything)
{
Field *f;
TCHAR tbuf[TBUF_CHARS + 1];