Changeset 59
- Timestamp:
- 1999-09-17 14:44:12 (9 years ago)
- Files:
-
- 1 modified
-
trunk/xapian-core/matcher/match.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xapian-core/matcher/match.cc
r56 r59 10 10 Match::add_pterm(const string& termname) 11 11 { 12 // FIXME: const discarded... 13 termid id = DB->term_name_to_id((char*)termname.c_str()); 12 termid id = DB->term_name_to_id(termname); 14 13 15 14 if (!id) return false;
