mu: fix clang build

casting error
This commit is contained in:
djcb 2017-10-30 08:23:51 +02:00
parent 57b5fe6156
commit 6053c1ec1f
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ struct MuProc: public Mux::ProcIface {
return;
fields.push_back ({{name}, {pfx},
mu_msg_field_xapian_index(id),
(bool)mu_msg_field_xapian_index(id),
id});
}