mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
v2.7.3.1
This commit is contained in:
@@ -55,7 +55,7 @@ public class Xow_hive_mgr_fxt {
|
||||
if (ttl_idx == 0) ttl_0 = ttl_bry;
|
||||
else if (ttl_idx == ttls_per_file - 1) ttl_n = ttl_bry;
|
||||
Xotdb_page_itm_.Txt_ttl_save(xdat_wtr.Bfr(), id++, 0, ttl_idx, ttl_idx % 2 == 1, 1, ttl_bry);
|
||||
xdat_wtr.Add_idx(Byte_ascii.Nil);
|
||||
xdat_wtr.Add_idx(Byte_ascii.Null);
|
||||
}
|
||||
xdat_wtr.Flush(wiki.Appe().Usr_dlg());
|
||||
reg_wtr.Add(ttl_0, ttl_n, ttls_per_file);
|
||||
|
||||
@@ -61,7 +61,7 @@ public class Xowd_regy_mgr {
|
||||
public Xowd_hive_regy_itm Update_del(int fil_idx, byte[] key) {
|
||||
Xowd_hive_regy_itm itm = files_ary[fil_idx];
|
||||
itm.Count_(itm.Count() - 1);
|
||||
throw Exc_.new_unimplemented(); // FUTURE: note that deletes are harder; rng ends could be deleted, so would need to open file and get new rng end
|
||||
throw Err_.new_unimplemented(); // FUTURE: note that deletes are harder; rng ends could be deleted, so would need to open file and get new rng end
|
||||
}
|
||||
public void Save() {
|
||||
Bry_bfr bfr = Bry_bfr.new_();
|
||||
|
||||
Reference in New Issue
Block a user