Bryan Drewery 21 anni fa
parent
commit
5755cb332e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/binary.c

+ 1 - 1
src/binary.c

@@ -359,7 +359,7 @@ check_sum(const char *fname, const char *cfgfile)
     readcfg(cfgfile);
     readcfg(cfgfile);
 
 
 // tellconfig(&settings); 
 // tellconfig(&settings); 
-    if (bin_checksum(fname, WRITE_CHECKSUM, &ctx))
+    if (bin_checksum(fname, WRITE_CHECKSUM|WRITE_CONF|WRITE_PACK, &ctx))
       printf("* Wrote settings to binary.\n"); 
       printf("* Wrote settings to binary.\n"); 
     exit(0);
     exit(0);
   } else {
   } else {