Skip to content

Commit

Permalink
fix some issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanhaoji2 committed Oct 7, 2023
1 parent 2f9cc30 commit 77c4eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pq_flash_index.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ void PQFlashIndex<T, LabelT>::parse_label_file(const std::string &label_file, si
template <typename T, typename LabelT> void PQFlashIndex<T, LabelT>::set_universal_label(const LabelT &label)
{
_use_universal_label = true;
_universal_filter_num = (uint32_t)temp_filter_num;
_universal_filter_num = (uint32_t)label;
}

#ifdef EXEC_ENV_OLS
Expand Down

0 comments on commit 77c4eff

Please sign in to comment.