* implement & use the new batch stuff, small fixes

This commit is contained in:
Dirk-Jan C. Binnema
2010-01-24 00:52:15 +02:00
parent 0a90c0e350
commit c3b90e6364
4 changed files with 52 additions and 38 deletions

View File

@ -181,7 +181,7 @@ mu_config_init (MuConfigOptions *opts, int *argcp, char ***argvp)
{
gchar *old;
g_return_if_fail (opts);
g_return_val_if_fail (opts, FALSE);
memset (opts, 0, sizeof(MuConfigOptions));
/* set dirmode before, because '0000' is a valid mode */