* update for new mu_runtime init stuff

This commit is contained in:
Dirk-Jan C. Binnema
2011-07-23 17:58:40 +03:00
parent a164ad645e
commit 7fef745d17
5 changed files with 8 additions and 7 deletions

View File

@ -97,7 +97,8 @@ main (int argc, char *argv[])
goto error;
}
if (!mu_runtime_init (opts->muhome /* NULL is okay */)) {
if (!mu_runtime_init (opts->muhome /* NULL is okay */,
"muile")) {
usage ();
goto error;
}