mu: fix clang compilation

This commit is contained in:
Dirk-Jan C. Binnema
2020-01-24 00:21:53 +02:00
parent 72e67ca389
commit e119ac919b
5 changed files with 11 additions and 12 deletions

View File

@ -1030,8 +1030,8 @@ remove_handler (Context& context, const Parameters& params)
if (!mu_store_remove_path (context.store, path.c_str()))
throw Error(Error::Code::Store,
"failed to remove message @ %s (%d) from store",
path, docid);
"failed to remove message @ %s (%d) from store",
path.c_str(), docid);
print_expr ("(:remove %u)", docid);
}