1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00

v1.10.2.1

This commit is contained in:
gnosygnu
2014-10-13 00:13:41 -04:00
parent cd5a440404
commit d6561b3c1f
514 changed files with 1899 additions and 1696 deletions

View File

@@ -55,6 +55,6 @@ public class Xof_meta_fil {
for (int i = 0; i < depth; i++)
Bld_url_bfr.Add_byte(md5[i]);
Bld_url_bfr.Add(Bry_url_ext);
return Io_url_.new_fil_(Bld_url_bfr.XtoStrAndClear());
return Io_url_.new_fil_(Bld_url_bfr.Xto_str_and_clear());
} static final byte[] Bry_url_ext = Bry_.new_ascii_(".csv"); static Bry_bfr Bld_url_bfr = Bry_bfr.new_(260); // 260 is max path of url
}

View File

@@ -42,7 +42,7 @@ public class Xof_meta_thumb_parser_tst {
}
sb.Add_char_nl();
}
return sb.XtoStrAndClear();
return sb.Xto_str_and_clear();
} String_bldr sb = String_bldr_.new_();
// Xof_meta_img_chkr img_(int w, int h, params int[] seeks) {return new Xof_meta_img_chkr().Width_(w).Height_(h).Seeks_(seeks);}
Xof_meta_thumb itm_y_(int w, int h, int... seeks) {return new Xof_meta_thumb(Xof_meta_itm.Exists_y, w, h, seeks);}