Bryan Drewery 21 éve
szülő
commit
7c9810a292
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/main.c

+ 1 - 1
src/main.c

@@ -292,7 +292,7 @@ static void dtx_arg(int argc, char *argv[])
         readconf(optarg, CONF_ENC);
         fix_tilde(&conf.binpath);
         parseconf(0);
-        conf_to_bin(&conf, 6, 1);		/* this will exit() in write_settings() */
+        conf_to_bin(&conf, 0, 6);		/* this will exit() in write_settings() */
       case 'B':
         localhub = 0;
         used_B = 1;